@lobsangnet/lobsang-processor-port
v0.1.3
Published
Extracts the port from an URL
Readme
@lobsangnet/lobsang-processor-port
Parses the port from an URL.
Badges
See lobsang.network for details.
Usage
const lobsangProcessorPort = require('@lobsangnet/lobsang-processor-port')
const url = 'https://example.com'
lobsangProcessorPort(url)
.then((port) => console.log(port))License
Apache License. See LICENSE.txt.

