1 line
76 B
TypeScript
1 line
76 B
TypeScript
export function jwtDecode(token: string, options?: { header: boolean }): any |
export function jwtDecode(token: string, options?: { header: boolean }): any |