forked from daren.hsu/line_push
12 lines
271 B
TypeScript
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;
|