UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

18 lines (15 loc) 403 B
define(function(require,exports,module){ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function not(pred, thisArg) { function notPred() { return !(notPred.pred.apply(notPred.thisArg, arguments)); } notPred.pred = pred; notPred.thisArg = thisArg; return notPred; } exports.not = not; //# sourceMappingURL=not.js.map return module.exports; });