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 69f3a8e commit 52370a5Copy full SHA for 52370a5
lib/definitions/libref.ts
@@ -0,0 +1,5 @@
1
+interface ILibRef {
2
+ idx: number;
3
+ path: string;
4
+ adjustedPath?: string;
5
+}
0 commit comments