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

7 lines
129 B
TypeScript

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