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 37880de commit 1709026Copy full SHA for 1709026
src/lib/utils/options/options.ts
@@ -1,5 +1,5 @@
1
import type * as ts from "typescript";
2
-import { ParameterType } from ".";
+import { ParameterType } from "./declaration";
3
import type { NeverIfInternal } from "..";
4
import type { Application } from "../../..";
5
import { insertPrioritySorted, unique } from "../array";
0 commit comments