Skip to content

Commit f095d6f

Browse files
authored
Export error classes (#4)
1 parent be69d7b commit f095d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * from './parser';
55
export * from './token';
66
export * from './formatting';
77
export * from './node';
8+
export * from './error';

0 commit comments

Comments
 (0)