UNPKG

@dephub/package-install

Version:

Install packages with flexible scope support using your preferred package manager

6 lines (5 loc) 168 B
import { InstallBuilder as e } from "./builder.js"; const n = async (t, a = "production") => await new e().setName(t).setScope(a).install(); export { n as install };