UNPKG

json-date-parser

Version:

Minimal function suitable for passing to JSON.parse to revive common date-time strings into Date objects

2 lines (1 loc) 68 B
export declare function jsonDateParser(_: string, value: any): any;