mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:59:30 +08:00
5 lines
No EOL
193 B
Text
5 lines
No EOL
193 B
Text
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 |