mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
feat(packages/stdlib): add object tools exports
This commit is contained in:
@@ -2,6 +2,7 @@ export * from './arrays';
|
|||||||
export * from './async';
|
export * from './async';
|
||||||
export * from './bits';
|
export * from './bits';
|
||||||
export * from './math';
|
export * from './math';
|
||||||
|
export * from './objects';
|
||||||
export * from './patterns';
|
export * from './patterns';
|
||||||
export * from './structs';
|
export * from './structs';
|
||||||
export * from './text';
|
export * from './text';
|
||||||
|
|||||||
2
packages/stdlib/src/objects/index.ts
Normal file
2
packages/stdlib/src/objects/index.ts
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
export * from './omit';
|
||||||
|
export * from './pick';
|
||||||
Reference in New Issue
Block a user