UNPKG

@cashfarm/plow

Version:

Library for validating input data and parameters

14 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Returns a symbol used to created methods that handle events * * @export * @param {(DomainEvent & Type)} e * @returns {symbol} */ function Handle(e) { return Symbol.for(e.prototype.constructor.name); } exports.Handle = Handle; //# sourceMappingURL=handleFunction.js.map