UNPKG

318 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class GenerateRunner {
4 createOptionsFromCommandLine(inputs, options) {
5 const [type, name] = inputs;
6 return { type, name };
7 }
8 async ensureCommandLine(inputs, options) { }
9}
10exports.GenerateRunner = GenerateRunner;