A Typescript library with zero dependencies to parse and manipulate IP addresses.
This project is NOT ready for production right now, you may expect changes to the public interfaces.
$ yarn install typed-ipBefore starting, install the dependencies:
$ yarn installTo build the project:
$ npm run buildTo create an installable package:
$ npm run packTo run the tests directly in Typescript (quickier, better while developing):
$ npm run testTo run the tests in Javascript (includes coverage):
$ npm run test-js