UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

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