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 15c15ae commit 143d36aCopy full SHA for 143d36a
1 file changed
intersect.d.ts
@@ -81,7 +81,7 @@ export function parsePath(path: Path): PathComponent[];
81
* ]
82
*/
83
declare type Path = string | PathComponent[];
84
-declare type PathComponent = any[];
+declare type PathComponent = [ string, ...number[] ];
85
86
declare interface Intersection {
87
/**
0 commit comments