UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

8 lines (7 loc) 178 B
"use strict"; const { min, max } = Math; const limit = (x, low = 0, high = 1) => { return min(max(low, x), high); }; module.exports = limit; //# sourceMappingURL=limit.cjs.map