diff --git a/packages/stdlib/src/index.ts b/packages/stdlib/src/index.ts index cd510a8..9ba9ae6 100644 --- a/packages/stdlib/src/index.ts +++ b/packages/stdlib/src/index.ts @@ -1,2 +1,3 @@ export * from './text'; -export * from './math'; \ No newline at end of file +export * from './math'; +export * from './patterns'; \ No newline at end of file diff --git a/packages/stdlib/src/patterns/index.ts b/packages/stdlib/src/patterns/index.ts new file mode 100644 index 0000000..e509dbc --- /dev/null +++ b/packages/stdlib/src/patterns/index.ts @@ -0,0 +1 @@ +export * from './behavioral/pubsub'; \ No newline at end of file