chore: add export/import

This commit is contained in:
Ilia Mashkov
2026-02-12 10:30:43 +03:00
parent 2e6fc0e858
commit 08d474289b
3 changed files with 7 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
export { smoothScroll } from './smoothScroll/smoothScroll';
export { splitArray } from './splitArray/splitArray';
export { throttle } from './throttle/throttle';