Files
DefinitelyTyped/types/private-ip/index.d.ts
2017-08-08 14:23:09 -07:00

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;