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

1.0.2 • Public • Published

Installation

npm install --save @types/dev-ip

Summary

This package contains type definitions for dev-ip (https://github.com/shakyshane/dev-ip).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dev-ip.

index.d.ts

/**
 * Returns either an array of IP addresses or false if none can be found (offline, etc)
 */
declare function devIp(): string[] | boolean;

export = devIp;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Mike Engel.

/@types/dev-ip/

    Package Sidebar

    Install

    npm i @types/dev-ip

    Weekly Downloads

    581

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.83 kB

    Total Files

    5

    Last publish

    Collaborators

    • types