UNPKG

@foal/cli

Version:

CLI tool for FoalTS

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