UNPKG

workspace-integrations

Version:
2 lines (1 loc) 120 B
export declare function decodeAndVerify(jwtToken: string): Promise<string | false | import("jsonwebtoken").JwtPayload>;