line_push/node_modules/@line/liff/dist/lib/common/isInClient.d.ts
2022-07-21 03:28:35 +00:00

12 lines
271 B
TypeScript

/**
* Determines whether the LIFF app is running in LINE's in-app browser.
* @export
* @returns {boolean}
*/
export default function isInClient(): boolean;
/**
* Cleanup cached OS, testing use
* @export
*/
export declare function _cleanupCachedIsInClient(): void;