UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

3 lines (2 loc) 139 B
/** JSON date reviver (revive dates when parsing JSON objects) */ export declare function dateReviver<T>(key: string, value: T): Date | T;