Files
freeplanet/src/jwt-decode.d.ts
2020-03-21 10:33:11 +01:00

1 line
76 B
TypeScript
Executable File

export function jwtDecode(token: string, options?: { header: boolean }): any