UNPKG

node-insim

Version:

An InSim library for NodeJS with TypeScript support

3 lines (2 loc) 130 B
export declare function isValidIPv4(ip: string): boolean; export declare function ipToUnsignedInteger(ip: string): number | null;