Skip to content

Commit

Permalink
remove TODO in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 15, 2019
1 parent 718192d commit 7159f19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.d.ts
Expand Up @@ -45,9 +45,6 @@ interface v4 {
declare const internalIp: {
v6: v6;
v4: v4;

// TODO: Remove this for the next major release
default: typeof internalIp;
};

export = internalIp;

0 comments on commit 7159f19

Please sign in to comment.