1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00
Files
tools/packages/stdlib/src/arrays/index.ts

5 lines
124 B
TypeScript

export * from './cluster';
export * from './first';
export * from './last';
export * from './sum';
export * from './unique';