@allstar/parse-hosts

1.0.0 • Public • Published

Parse Hosts

Simple parser for host strings

const parse = require('@allstar/parse-hosts')
parse('0.0.0.0:4222,10.0.2.15:4931,nats:/192.141.0.1:5543', 'nats://')
[
  'nats://0.0.0.0:4222'
, 'nats://10.0.2.15:4931'
, 'nats://192.141:0.1:5543'
]

Readme

Keywords

Package Sidebar

Install

npm i @allstar/parse-hosts

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • esatterwhite