chore: add import shortcuts

This commit is contained in:
Ilia Mashkov
2026-01-18 14:39:38 +03:00
parent 5d23a2af55
commit ef259c6fce
4 changed files with 13 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ export { clampNumber } from './clampNumber/clampNumber';
export { debounce } from './debounce/debounce';
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
export { splitArray } from './splitArray/splitArray';