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]

9 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapTo = void 0; var map_1 = require("./map"); function mapTo(value) { return map_1.map(function () { return value; }); } exports.mapTo = mapTo; //# sourceMappingURL=mapTo.js.map