UNPKG

jorel

Version:

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

4 lines (3 loc) 274 B
export declare const omit: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Omit<T, K>; export declare const maskAll: <T extends Record<string, any>>(obj: T) => Record<keyof T, string>; export declare function shallowFilterUndefined<T = any>(arg: T): T;