UNPKG

@clerk/clerk-js

Version:
3 lines (2 loc) 93 B
import type { JWT } from '@clerk/types'; export declare function decode(token: string): JWT;