UNPKG

@n0safe/indirectus

Version:
15 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truthy = truthy; function truthy(context, condition, truthy, falsey) { if (condition) { return truthy; } else { if (typeof falsey != "undefined") { return falsey; } } return condition; } //# sourceMappingURL=truthy.js.map