1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

refactor(packages/stdlib): update dir names and imports

This commit is contained in:
2024-10-24 07:29:37 +07:00
parent 85eb28a5dc
commit 29d8aa086c
6 changed files with 43 additions and 36 deletions

View File

@@ -1 +1,5 @@
export * from './getByPath';
export * from './cluster';
export * from './first';
export * from './last';
export * from './sum';
export * from './unique';