web-push-notifications
Version:
Pushwoosh web push notifications
6 lines (5 loc) • 366 B
TypeScript
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);