UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

5 lines 263 B
/** * Parse Link HTTP header, eg `<https://huggingface.co/api/datasets/bigscience/P3/tree/main?recursive=1&cursor=...>; rel="next"` */ export declare function parseLinkHeader(header: string): Record<string, string>; //# sourceMappingURL=parseLinkHeader.d.ts.map