UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

7 lines 292 B
"use strict"; // eslint-disable-next-line func-names Boolean.prototype.toFilter = function (defaults = [true, false]) { // eslint-disable-next-line no-nested-ternary return this !== undefined ? (this ? defaults[0] : defaults[1]) : undefined; }; //# sourceMappingURL=boolean.ext.js.map