Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
Allow types to be exported and referenced in implementations of this
library
  • Loading branch information
trs committed Jun 17, 2019
1 parent 0b63348 commit 1109785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './methods/passthrough';
export * from './methods/reduce';
export * from './methods/to';
export * from './methods/transform';
export * from './types';

0 comments on commit 1109785

Please sign in to comment.