UNPKG

356 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = on;
7
8// Copyright 2017-2018 @polkadot/api-provider authors & contributors
9// This software may be modified and distributed under the terms
10// of the ISC license. See the LICENSE file for details.
11function on(self, type, sub) {
12 self.emitter.on(type, sub);
13}
\No newline at end of file