index.d.ts 113 B

12
  1. export declare const setNonce: (nonce: string) => void;
  2. export declare const getNonce: () => string | undefined;