UNPKG

@0xfutbol/id

Version:

React component library with shared providers for 0xFutbol ID

7 lines (6 loc) 219 B
export declare function decodeJWT(token: string): { header: any; payload: any; }; export declare const getSavedJWT: () => string | undefined; export declare const setSavedJWT: (jwt: string | undefined) => void;