@types/ip-to-int
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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.

/@types/ip-to-int/

    Package Sidebar

    Install

    npm i @types/ip-to-int

    Weekly Downloads

    168

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    2.76 kB

    Total Files

    5

    Last publish

    Collaborators

    • types