UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

5 lines 228 B
import type { Entries } from "../vendor/type-fest/entries"; export declare function typedEntries<T extends { [s: string]: T[keyof T]; } | ArrayLike<T[keyof T]>>(obj: T): Entries<T>; //# sourceMappingURL=typedEntries.d.ts.map