UNPKG

@directus/api

Version:

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

5 lines (4 loc) 167 B
/** * Safely parse human readable time format into milliseconds */ export declare function getMilliseconds<T = undefined>(value: unknown, fallback?: T): number | T;