We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddb854 commit ae3369fCopy full SHA for ae3369f
example/index.ts
@@ -1,4 +1,4 @@
1
-import tsfmt = require("typescript-formatter");
+import * as tsfmt from "typescript-formatter";
2
3
tsfmt
4
.processFiles(["./index.ts"], {
0 commit comments