@andreoneti/islocalhost

0.0.3 • Public • Published

Is Localhost

Installation

npm i @andreoneti/islocalhost or yarn add @andreoneti/islocalhost

Use

const { isLocalhost } = require('@andreoneti/islocalhost');

isLocalhost("localhost");             // true
isLocalhost("127.0.0.1");             // true
isLocalhost("google.com");            // false

OR

import { isLocalhost } from '@andreoneti/islocalhost';

isLocalhost("localhost");             // true
isLocalhost("127.0.0.1");             // true
isLocalhost("google.com");            // false

Readme

Keywords

Package Sidebar

Install

npm i @andreoneti/islocalhost

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

3.15 kB

Total Files

6

Last publish

Collaborators

  • andreoneti