.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / dist / ast-token-types.d.ts
1 declare enum AST_TOKEN_TYPES {
2     Boolean = "Boolean",
3     Identifier = "Identifier",
4     JSXIdentifier = "JSXIdentifier",
5     JSXText = "JSXText",
6     Keyword = "Keyword",
7     Null = "Null",
8     Numeric = "Numeric",
9     Punctuator = "Punctuator",
10     RegularExpression = "RegularExpression",
11     String = "String",
12     Template = "Template",
13     Block = "Block",
14     Line = "Line"
15 }
16 export { AST_TOKEN_TYPES };
17 //# sourceMappingURL=ast-token-types.d.ts.map