????

Your IP : 18.226.28.28


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rxjs/dist/cjs/internal/util/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rxjs/dist/cjs/internal/util/not.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.not = void 0;
function not(pred, thisArg) {
    return function (value, index) { return !pred.call(thisArg, value, index); };
}
exports.not = not;
//# sourceMappingURL=not.js.map