We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TSImportType.isTypeOf
1 parent ac46a4f commit 10db357Copy full SHA for 10db357
1 file changed
src/language-js/print/typescript.js
@@ -210,7 +210,6 @@ function printTypescript(path, options, print) {
210
return [print("expression"), "!"];
211
case "TSImportType":
212
return [
213
- !node.isTypeOf ? "" : "typeof ",
214
"import(",
215
print("argument"),
216
")",
0 commit comments