UNPKG

create-director-app

Version:

NPX package to clone director scripts from script generation service

5 lines (4 loc) 129 B
/** * Validates JWT token structure by checking it has 3 parts */ export declare function validateJWT(token: string): boolean;