0.0.1 • Published 3 years ago

jsdelivr_url v0.0.1

Weekly downloads
79
License
ISC
Repository
github
Last release
3 years ago

jsdelivr_url

Installation

npm i jsdelivr_url

Usage

const { npm_url, gh_url } = require("jsdelivr_url")
npm_url("jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/npm/jsdelivr@0.0.1/index.js'
gh_url("njzjz", "jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/gh/njzjz/jsdelivr_url@0.0.1/index.js'
0.0.1

3 years ago