UNPKG

@smartface/contx

Version:
9 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function raiseErrorMaybe(e, fn) { if (fn && fn(e) === false || !fn) { throw e; } } exports.default = raiseErrorMaybe; //# sourceMappingURL=raiseErrorMaybe.js.map