5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
export { AST_NODE_TYPES, AST_TOKEN_TYPES } from './generated/ast-spec';
|
|
export * from './lib';
|
|
export * from './parser-options';
|
|
export * from './ts-estree';
|
|
//# sourceMappingURL=index.d.ts.map |