UNPKG

@proteccion-utils/command_management

Version:

Command management for services

6 lines 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var test = 42; exports.testMethod = function () { return 42; }; exports.default = test; //# sourceMappingURL=index.js.map