mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
feat(packages/stdlib): add patterns exports
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
export * from './text';
|
export * from './text';
|
||||||
export * from './math';
|
export * from './math';
|
||||||
|
export * from './patterns';
|
||||||
1
packages/stdlib/src/patterns/index.ts
Normal file
1
packages/stdlib/src/patterns/index.ts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export * from './behavioral/pubsub';
|
||||||
Reference in New Issue
Block a user