@berrysauce/resolve

Resolves URLs and IPs.

Usage no npm install needed!

<script type="module">
  import berrysauceResolve from 'https://cdn.skypack.dev/@berrysauce/resolve';
</script>

README

resolve Logo

NPM

npm (scoped) npm bundle size (minified) NPM

resolve - npm Package

A URL and IP resolver for npm.

Installation

You can install the current resolve package with this command. The package is currently still in Beta.

npm i @berrysauce/resolve

Usage

Here, you can find the instructions on how to use the resolve package.

For URLs

After installing the resolve package, you can simply add it to you code like this:

const resolve = require("@berrysauce/resolve");
resolve("https://short.url", "URL")

and it will output the resolved/expanded URL.

For IPs

Currently, this function doesn't exist.

Licensing

This project is licensed under the MIT license.