Skip to content

Commit

Permalink
fix(core): exports generate functions and PublicError from entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Nov 23, 2019
1 parent 8f37265 commit e6385d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from './classes';
export * from './generate';
export * from './inspect';
export * from './transform';
export * from './utils';
export * from './types';
export * from './PublicError';

0 comments on commit e6385d2

Please sign in to comment.