line_push/node_modules/@line/liff/dist/lib/client/checkFeature.d.ts
2022-07-21 03:28:35 +00: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;