0.0.2 • Published 2 years ago
@types/local-ipv4-address v0.0.2
Installation
npm install --save @types/local-ipv4-address
Summary
This package contains type definitions for local-ipv4-address (https://github.com/Aldaviva/local-ipv4-address#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/local-ipv4-address.
index.d.ts
// Type definitions for local-ipv4-address 0.0
// Project: https://github.com/Aldaviva/local-ipv4-address#readme
// Definitions by: Josh Bacon <https://github.com/CrispyBacon1999>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function localIpV4Address(): Promise<string>;
export = localIpV4Address;
Additional Details
- Last updated: Mon, 26 Jul 2021 17:01:19 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Josh Bacon.