UNPKG

150 BTypeScriptView Raw
1export declare type JSONJWTStringFormat = {
2 name: "jwt";
3};
4export declare function inferJWT(value: string): JSONJWTStringFormat | undefined;