UNPKG

@propelauth/javascript

Version:

A library for managing authentication in the browser, backed by PropelAuth

5 lines (4 loc) 227 B
export declare function currentTimeSeconds(): number; export declare function hasLocalStorage(): boolean; export declare function hasWindow(): boolean; export declare function getLocalStorageNumber(key: string): number | null;