summaryrefslogtreecommitdiff
path: root/src/parser/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/index.ts')
-rw-r--r--src/parser/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/index.ts b/src/parser/index.ts
index 7831c8e..366042c 100644
--- a/src/parser/index.ts
+++ b/src/parser/index.ts
@@ -2,5 +2,5 @@ export * from './generate';
export * from './parser';
import * as peggy from './parser';
-export const peggyParse = (source: string): peggy.FunctionDefinition[] =>
+export const peggyParse = (source: string): peggy.ContinuationExpression[] =>
peggy.parse(source);