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 a81b65e commit 502a980Copy full SHA for 502a980
docs/data/api.data.ts
@@ -1,5 +1,5 @@
1
import {rollup, sort} from "d3";
2
-import {Node, FunctionDeclaration, InterfaceDeclaration, Project, VariableDeclaration, VariableStatement} from "ts-morph";
+import {FunctionDeclaration, Node, Project, VariableStatement} from "ts-morph";
3
4
// These interfaces tend to represent things that Plot constructs internally,
5
// rather than objects that the user is expected to provide.
0 commit comments