Bones/node_modules/typings/dist/bin-bundle.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

12 lines
477 B
JavaScript

#!/usr/bin/env node
"use strict";
var typings_core_1 = require('typings-core');
function help() {
return "\ntypings bundle --out <directory>\n\nOptions:\n [--out|-o] <directory> The bundled output directory\n [--name] <name> Bundle module name\n [--ambient|-A] Bundle as an ambient definition\n";
}
exports.help = help;
function exec(args, options) {
return typings_core_1.bundle(options);
}
exports.exec = exec;
//# sourceMappingURL=bin-bundle.js.map