Files
infocom-systems-design/node_modules/lodash-es/number.js
2025-10-03 22:27:28 +03:00

5 lines
194 B
JavaScript

export { default as clamp } from './clamp.js';
export { default as inRange } from './inRange.js';
export { default as random } from './random.js';
export { default } from './number.default.js';