UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

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;