mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:29:30 +08:00
4 lines
No EOL
193 B
Text
4 lines
No EOL
193 B
Text
export { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree, } from '@typescript-eslint/types';
|
|
export * from './ts-nodes';
|
|
export * from './estree-to-ts-node-types';
|
|
//# sourceMappingURL=index.d.ts.map |