UNPKG

lib-colors

Version:

Simple node.js library for work with colors

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