mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
refactor: change separate tools by category
This commit is contained in:
5
core/stdlib/src/arrays/index.ts
Normal file
5
core/stdlib/src/arrays/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './cluster';
|
||||
export * from './first';
|
||||
export * from './last';
|
||||
export * from './sum';
|
||||
export * from './unique';
|
||||
Reference in New Issue
Block a user