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.
void
undefined
1 parent 27e855a commit 3e9c191Copy full SHA for 3e9c191
tstypes/jsutils/Path.d.ts
@@ -1,5 +1,5 @@
1
export type Path = {
2
- prev: Path | void;
+ prev: Path | undefined;
3
key: string | number;
4
};
5
0 commit comments