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