UNPKG

@smartface/contx

Version:
7 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function patchMethod(scope, method, bindingfFunc) { return bindingfFunc.bind(scope, typeof scope[method] === "function" ? scope[method].bind(scope) : null); } exports.default = patchMethod; //# sourceMappingURL=patchMethod.js.map