UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

4 lines (3 loc) 96 B
export function clampValue(min, max, value) { return Math.min(Math.max(min, value), max); }