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.
1 parent ec698e2 commit 3b74479Copy full SHA for 3b74479
src/NodeParser/PromiseNodeParser.ts
@@ -1,5 +1,5 @@
1
import ts from "typescript";
2
-import { Context, NodeParser } from "../NodeParser.js";
+import { Context, type NodeParser } from "../NodeParser.js";
3
import type { SubNodeParser } from "../SubNodeParser.js";
4
import { AliasType } from "../Type/AliasType.js";
5
import type { BaseType } from "../Type/BaseType.js";
0 commit comments