UNPKG

lossless-json

Version:

Parse JSON without risk of losing numeric information

5 lines 215 B
/** * Revive a string containing an ISO 8601 date string into a JavaScript `Date` object */ export declare function reviveDate(key: string, value: unknown): Date | unknown; //# sourceMappingURL=reviveDate.d.ts.map