UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

2 lines (1 loc) 69 B
export declare const isValidDate: (value: unknown) => value is Date;