Skip to content

Commit

Permalink
feat: Export values directly from root
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Oct 5, 2019
1 parent 9745476 commit 3057724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export * from './resolver/Phrases';
export * from './resolver/newPhrases';
export * from './resolver/PhrasesBuilder';

export * from './values';

import { IntentsBuilder } from './IntentsBuilder';
import { ActionsBuilder } from './ActionsBuilder';

Expand Down

0 comments on commit 3057724

Please sign in to comment.