Installation
npm install --save @types/ip-to-int
Summary
This package contains type definitions for ip-to-int (https://github.com/joshuamarquez/node-ip-to-int#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ip-to-int.
index.d.ts
export = ipInt;
declare function ipInt(value: string): {
toInt: () => number;
toIP: () => string;
};
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by yutak23.