.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / _ts3.4 / dist / ts-eslint / AST.d.ts
1 import { TSESTree, AST_TOKEN_TYPES } from '../ts-estree';\r
2 declare namespace AST {\r
3     type TokenType = AST_TOKEN_TYPES;\r
4     type Token = TSESTree.Token;\r
5     type SourceLocation = TSESTree.SourceLocation;\r
6     type Range = TSESTree.Range;\r
7 }\r
8 export { AST };\r
9 //# sourceMappingURL=AST.d.ts.map\r