mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
refactor: change separate tools by category
This commit is contained in:
11
core/stdlib/src/index.ts
Normal file
11
core/stdlib/src/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export * from './arrays';
|
||||
export * from './async';
|
||||
export * from './bits';
|
||||
export * from './math';
|
||||
export * from './objects';
|
||||
export * from './patterns';
|
||||
export * from './structs';
|
||||
export * from './sync';
|
||||
export * from './text';
|
||||
export * from './types';
|
||||
export * from './utils'
|
||||
Reference in New Issue
Block a user