index.d.ts 113 Bytes Edit Raw Blame History Permalink 1 2 export declare const setNonce: (nonce: string) => void; export declare const getNonce: () => string | undefined;