UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 175 B
/** * Check if a given string conforms to the structure of a JWT * and whether it is issued by Directus. */ export default function isDirectusJWT(string: string): boolean;