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

7 lines
129 B
TypeScript

/**
* Checks whether the user is logged in.
* @export
* @returns {boolean}
*/
export default function isLoggedIn(): boolean;