diff --git a/src/index.ts b/src/index.ts index 7356e5c..0598abd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ export { SyntaxError } from './dot.peggy'; export { AST } from './ast'; +export { convert } from './convert' export { parse } from './parse'; export { dot } from './dot';