UNPKG

importly

Version:
6 lines (3 loc) 136 B
import {Linker} from "../../types.js" export const linkerUnpkg: Linker = (label, version) => `https://unpkg.com/${label}@${version}`