UNPKG

249 BTypeScriptView Raw
1export declare const setState: (state: string) => void;
2export declare const getState: () => string;
3export declare const setPKCE: (private_key: string) => void;
4export declare const getPKCE: () => string;
5export declare const clearAll: () => void;