Skip to content

Commit

Permalink
adds to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Sep 30, 2020
1 parent 034a35d commit 33968e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -25,6 +25,8 @@ export {UnionToIntersection} from './source/union-to-intersection';
export {Stringified} from './source/stringified';
export {FixedLengthArray} from './source/fixed-length-array';
export {IterableElement} from './source/iterable-element';
export {Entry} from './source/entry';
export {Entries} from './source/entries';

// Miscellaneous
export {PackageJson} from './source/package-json';
Expand Down

0 comments on commit 33968e3

Please sign in to comment.