diff --git a/base.d.ts b/base.d.ts index 9005ef9fc..625a05d58 100644 --- a/base.d.ts +++ b/base.d.ts @@ -3,6 +3,7 @@ // Basic export * from './source/basic'; +export * from './source/typed-array'; // Utilities export {Except} from './source/except';