Files
DefinitelyTyped/types/internal-ip/index.d.ts
2017-08-08 13:35:29 -07:00

8 lines
317 B
TypeScript

// Type definitions for internal-ip 2.0
// Project: https://github.com/sindresorhus/internal-ip#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function v6(): Promise<string>;
export function v4(): Promise<string>;