Skip to content

Commit

Permalink
type: Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Mar 22, 2023
1 parent 658a71f commit 7015d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
function localIpUrl(name?: 'public' | 'private', family?: 'ipv4' | 'ipv6'): void;

export default function(name?: 'public' | 'private', family?: 'ipv4' | 'ipv6'): string;
export = localIpUrl

0 comments on commit 7015d4f

Please sign in to comment.