diff --git a/packages/stdlib/src/index.ts b/packages/stdlib/src/index.ts index 0e72608..e076937 100644 --- a/packages/stdlib/src/index.ts +++ b/packages/stdlib/src/index.ts @@ -1,4 +1,5 @@ export * from './text'; export * from './math'; export * from './patterns'; -export * from './bits'; \ No newline at end of file +export * from './bits'; +export * from './structs'; \ No newline at end of file