GitHub

clamp

import { clamp } from '@daffodil/design/progress-bar'
const clamp: (number: number, min: number, max: number) => number