Skip to content

Commit 3e9c191

Browse files
Jackson KearlIvanGoncharov
Jackson Kearl
authored andcommitted
void => undefined in Path.d.ts (#2134)
1 parent 27e855a commit 3e9c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tstypes/jsutils/Path.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type Path = {
2-
prev: Path | void;
2+
prev: Path | undefined;
33
key: string | number;
44
};
55

0 commit comments

Comments
 (0)