UNPKG

305 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function convert(kernel, { appPath, isHelp }) {
4 kernel.run({
5 name: 'convert',
6 opts: {
7 appPath,
8 isHelp
9 }
10 });
11}
12exports.default = convert;
13//# sourceMappingURL=convert.js.map
\No newline at end of file