1.1.2 • Published 1 year ago

@mazp/node-util v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
  1. @mazp/node-util

    Introduce

    Integrate the functions commonly used in the node project or lib.

    Install

    npm i @mazp/node-util
    yarn add @mazp/node-util
    pnpm add @mazp/node-util

    Usage

    // ESM
    import { getLocalIPV4 } from "@mazp/util";
    // CJS
    let { getLocalIPV4 } = require("@mazp/util");

    API

    getLocalIPV4

    Get the current ipv4 address of the machine.

    declare function getLocalIPV4(): string;
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago