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

1.1.2 • Public • Published

Installation

npm install --save @types/network-interfaces

Summary

This package contains type definitions for network-interfaces (https://github.com/Wizcorp/network-interfaces#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/network-interfaces.

index.d.ts

export function toIp(interfaceName: string, options: {}): string;
export function toIps(interfaceName: string, options: {}): string[];
export function fromIp(ip: string, options: {}): string;
export function getInterface(options: {}): string;
export function getInterfaces(options: {}): string[];

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Anders Westberg.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/network-interfaces

Weekly Downloads

30

Version

1.1.2

License

MIT

Unpacked Size

3.24 kB

Total Files

5

Last publish

Collaborators

  • types