Welcome to mirror list, hosted at ThFree Co, Russian Federation.

within.d.ts « utils « lib « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46be6a45495fb05044ab59b7084ce4b141f6be62 (plain)
1
2
export declare function within(min: number, value: number, max: number): number;
export declare function withinMaxClamp(min: number, value: number, max: number): number;