UNPKG

@clerk/chrome-extension

Version:

Clerk SDK for Chrome extensions

6 lines 397 B
/// <reference types="chrome" /> export declare function convertPublishableKeyToFrontendAPIOrigin(key?: string): string; export declare function getClientCookie(url: string): Promise<chrome.cookies.Cookie | null>; export declare function setInStorage(key: string, value: string): Promise<void>; export declare function getFromStorage(key: string): Promise<any>; //# sourceMappingURL=utils.d.ts.map