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]

4 lines 172 B
export function createObject(keys, values) { return keys.reduce((result, key, i) => ((result[key] = values[i]), result), {}); } //# sourceMappingURL=createObject.js.map