mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
8 lines
307 B
TypeScript
8 lines
307 B
TypeScript
// Type definitions for private-ip 1.0
|
|
// Project: https://github.com/frenchbread/private-ip#readme
|
|
// Definitions by: coderslagoon <https://github.com/coderslagoon>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = isIpPrivate;
|
|
declare function isIpPrivate(ip: string): boolean;
|