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]

10 lines 392 B
import { __read, __spreadArray } from "tslib"; import { map } from "../operators/map"; var isArray = Array.isArray; function callOrApply(fn, args) { return isArray(args) ? fn.apply(void 0, __spreadArray([], __read(args))) : fn(args); } export function mapOneOrManyArgs(fn) { return map(function (args) { return callOrApply(fn, args); }); } //# sourceMappingURL=mapOneOrManyArgs.js.map