.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tsutils / typeguard / 3.0 / type.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/tsutils/typeguard/3.0/type.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/tsutils/typeguard/3.0/type.d.ts
new file mode 100644 (file)
index 0000000..66145b6
--- /dev/null
@@ -0,0 +1,6 @@
+export * from '../2.9/type';\r
+import * as ts from 'typescript';\r
+export declare function isTupleType(type: ts.Type): type is ts.TupleType;\r
+export declare function isTupleTypeReference(type: ts.Type): type is ts.TypeReference & {\r
+    target: ts.TupleType;\r
+};\r