Skip to content

Commit

Permalink
feat: expose util from bundle so others can use it (#6873)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 21, 2020
1 parent 61034cf commit 7ea3872
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 @@ -4,4 +4,5 @@ import {normalize} from './normalize';
export {compile} from './compile/compile';
export type {Config} from './config';
export type {TopLevelSpec} from './spec';
export * from './util';
export {normalize, version};

0 comments on commit 7ea3872

Please sign in to comment.