getmac

  • Version 6.6.0
  • Published
  • 42.8 kB
  • No dependencies
  • Artistic-2.0 license

Install

npm i getmac
yarn add getmac
pnpm add getmac

Overview

Get the MAC address of the current machine you are on.

Index

Functions

function getMAC

getMAC: (iface?: string) => string;
  • Get the first proper MAC address

    Parameter iface

    If provided, restrict MAC address fetching to this interface

function isMAC

isMAC: (macAddress: string) => boolean;
  • Check if the input is a valid MAC address

Package Files (1)

Dependencies (0)

No dependencies.

Dev Dependencies (15)

Peer Dependencies (0)

No peer dependencies.

Badge

To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/getmac.

  • Markdown
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/getmac)
  • HTML
    <a href="https://www.jsdocs.io/package/getmac"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>