UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

5 lines 206 B
/** * Return copy of object, only keeping allowlisted properties. */ export declare function pick<T, K extends keyof T>(o: T, props: K[] | ReadonlyArray<K>): Pick<T, K>; //# sourceMappingURL=pick.d.ts.map