7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
/**
|
|
* Checks whether the user is logged in.
|
|
* @export
|
|
* @returns {boolean}
|
|
*/
|
|
export default function isLoggedIn(): boolean;
|