UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

5 lines 121 B
/** * Sum of elements in array */ export declare function sum(arr: number[]): number; //# sourceMappingURL=sum.d.ts.map