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]

5 lines 179 B
var isArray = Array.isArray; export function argsOrArgArray(args) { return args.length === 1 && isArray(args[0]) ? args[0] : args; } //# sourceMappingURL=argsOrArgArray.js.map