Skip to content

Commit

Permalink
Fix TypedArray type export (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
folke and sindresorhus committed Feb 15, 2021
1 parent b24adef commit ccb3013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.d.ts
Expand Up @@ -3,6 +3,7 @@

// Basic
export * from './source/basic';
export * from './source/typed-array';

// Utilities
export {Except} from './source/except';
Expand Down

0 comments on commit ccb3013

Please sign in to comment.