0.4.4 • Published 3 years ago

@gve/core v0.4.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Core

Use helpful functions to reduce parsing and errors.

Installation

Install with npm.

npm i @gve/core

Usage

const { getDomain } = require("@gve/core");

const malformedUrl = "://www.cisco.com/c/en/us/products/datasheet.html";
const domain = getDomain(malformedUrl);
console.log(domain);

Prints cisco.com.

License

Apache 2.0

0.4.4

3 years ago

0.3.7

3 years ago

0.3.4

3 years ago

0.3.0

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

4 years ago