UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

9 lines (8 loc) 170 B
const { min, max } = Math; const limit = (x, low = 0, high = 1) => { return min(max(low, x), high); }; export { limit as default }; //# sourceMappingURL=limit.js.map