@absinthe/socket
Version:
15 lines (10 loc) • 427 B
JavaScript
import 'core-js/modules/es6.function.bind';
import _newArrowCheck from '@babel/runtime/helpers/newArrowCheck';
var _this = undefined;
var updateNotifiers = function updateNotifiers(absintheSocket, updater) {
_newArrowCheck(this, _this);
absintheSocket.notifiers = updater(absintheSocket.notifiers);
return absintheSocket;
}.bind(undefined);
export default updateNotifiers;
//# sourceMappingURL=updateNotifiers.js.map