UNPKG

@polkadot/api-provider

Version:
13 lines (11 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = on; // Copyright 2017-2018 @polkadot/api-provider authors & contributors // This software may be modified and distributed under the terms // of the ISC license. See the LICENSE file for details. function on(self, type, sub) { self.emitter.on(type, sub); }