UNPKG

@foal/jwt

Version:

Authentication with JWT for FoalTS

2 lines (1 loc) 118 B
export declare function checkAndConvertUserIdType(userId: string, userIdType?: 'string' | 'number'): string | number;