.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / dist / ast-token-types.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-token-types.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-token-types.d.ts
new file mode 100644 (file)
index 0000000..6536628
--- /dev/null
@@ -0,0 +1,17 @@
+declare enum AST_TOKEN_TYPES {
+    Boolean = "Boolean",
+    Identifier = "Identifier",
+    JSXIdentifier = "JSXIdentifier",
+    JSXText = "JSXText",
+    Keyword = "Keyword",
+    Null = "Null",
+    Numeric = "Numeric",
+    Punctuator = "Punctuator",
+    RegularExpression = "RegularExpression",
+    String = "String",
+    Template = "Template",
+    Block = "Block",
+    Line = "Line"
+}
+export { AST_TOKEN_TYPES };
+//# sourceMappingURL=ast-token-types.d.ts.map
\ No newline at end of file