UNPKG

@foal/cli

Version:

CLI tool for FoalTS

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