Skip to content

Commit

Permalink
void => undefined in Path.d.ts (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl authored and IvanGoncharov committed Aug 27, 2019
1 parent 27e855a commit 3e9c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tstypes/jsutils/Path.d.ts
@@ -1,5 +1,5 @@
export type Path = {
prev: Path | void;
prev: Path | undefined;
key: string | number;
};

Expand Down

0 comments on commit 3e9c191

Please sign in to comment.