UNPKG

@dephub/package-install

Version:

Install packages with flexible scope support using your preferred package manager

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