UNPKG

arredemo

Version:

Instantly build a static site for your package

4 lines (3 loc) 147 B
export default function getPkgFileUrl(pkgName, version, filename = "README.md") { return `https://unpkg.com/${pkgName}@${version}/${filename}` }