UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

6 lines 257 B
/** * One param: create list of integers from 0 (inclusive) to n (exclusive) * Two params: create list of integers from a (inclusive) to b (exclusive) */ export declare function range(n: number, b?: number): number[]; //# sourceMappingURL=range.d.ts.map