line_push/node_modules/@line/liff/dist/lib/client/checkFeature.d.ts
2022-07-17 13:16:16 +08:00

8 lines
217 B
TypeScript

/**
* checkFeature()
* Check whether the permission of the feature is approved
* @param {string} feature [name of feature]
* @return {boolean}
*/
export default function checkFeature(feature: string): boolean;