UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

4 lines (3 loc) 210 B
export declare const initializeFirebase: () => null | undefined; export declare const requestPermissionAndGetToken: () => Promise<string | null>; export declare const onMessageListener: () => Promise<unknown>;