Skip to content

NearImba/my-iptoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert ip to 32-bit int

nodejs

const a = require('my-iptoint').convertIpInto32int
console.log(a('172.168.5.1'))

es6

import { convertIpInto32int } from 'my-iptoint'
console.log(convertIpInto32int('172.168.5.1'))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published