Skip to content

Commit

Permalink
feat(helpers): adds helpers index w/ named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Mar 28, 2019
1 parent e5921c6 commit 20c433c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/index.ts
@@ -0,0 +1,3 @@
export { default as asNew } from './as-new';
export { default as intercept } from './intercept';
export { default as mark } from './mark';

0 comments on commit 20c433c

Please sign in to comment.