UNPKG

web-push-notifications

Version:
6 lines (5 loc) 366 B
export declare function getGlobal(): typeof globalThis; export declare function getVersion(): string; export declare function parseSerializedNotificationParams(param: any, defaultValue?: any): any; export declare function v4(): `${string}-${string}-${string}-${string}-${string}`; export declare const isFunction: (value: any) => value is ((...args: any[]) => any);