UNPKG

@airgrid/edgekit

Version:

A privacy focused library for cookie-less audience creation.

8 lines 320 B
export declare const timeStampInSecs: () => number; export declare const timeout: (milliseconds: number, message: string) => Promise<void>; export declare const storage: { set: (key: string, value: any) => void; get: (key: string) => any; remove: (key: string) => void; }; //# sourceMappingURL=index.d.ts.map