0.4.4 • Published 2 years ago

@gve/core v0.4.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.0

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago