UNPKG

@foal/cli

Version:

CLI tool for FoalTS

6 lines (5 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateScriptCommandService = void 0; var create_script_command_service_1 = require("./create-script-command.service"); Object.defineProperty(exports, "CreateScriptCommandService", { enumerable: true, get: function () { return create_script_command_service_1.CreateScriptCommandService; } });