mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
8 lines
317 B
TypeScript
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>;
|