Skip to content

emmsdan/network-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Addresses

Get access to all the available networks.

Installing

using npm

npm install @emmsdan/network-address

using yarn

yarn add @emmsdan/network-address

Usage

// CommonJS
const networkAdd = require('@emmsdan/network-address').v4;


// ECMA Script
import { v4, v6 } from '@emmsdan/network-address';
 
 console.log(v4)
 console.log(v6)


 [
  "192.168.xx.xx", 
  "100.16.xx.xx", 
  "172.17.xx.xx",
  "127.0.0.1"
 ]
 

. .

|||Don't forget you free to break this code always|||

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published