UNPKG

@jsonhero/json-infer-types

Version:
5 lines (4 loc) 150 B
export declare type JSONJWTStringFormat = { name: "jwt"; }; export declare function inferJWT(value: string): JSONJWTStringFormat | undefined;