@thisisagile/easy-test
Version:
Straightforward library for testing microservices built with @thisisagile/easy
7 lines • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toMessage = void 0;
const Utils_1 = require("./Utils");
const toMessage = (g, ...params) => (0, Utils_1.asString)((0, Utils_1.isFunction)(g) ? g(...params) : g);
exports.toMessage = toMessage;
//# sourceMappingURL=Types.js.map