UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

2 lines (1 loc) 82 B
export declare function clamp(value: number, min?: number, max?: number): number;