UNPKG

@mbc-cqrs-serverless/core

Version:
7 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCommandSource = getCommandSource; function getCommandSource(moduleName, controllerName, method) { return `[${moduleName}]:${controllerName}.${method}`; } //# sourceMappingURL=source.js.map