Files
cnm/src/jwt-decode.d.ts
2019-12-28 11:16:53 +01:00

1 line
76 B
TypeScript

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