UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

6 lines 209 B
import { zip } from '../observable/zip'; import { joinAllInternals } from './joinAllInternals'; export function zipAll(project) { return joinAllInternals(zip, project); } //# sourceMappingURL=zipAll.js.map