UNPKG

wechat-mini-program-ga-sdk

Version:

Integrate Google Analytics with Wechat Mini Program via Measurement Protocol

23 lines (18 loc) 302 B
class Interceptor { constructor() { this._list = []; this.use = this.u this.list = this.l this.remove = this.clear } u(fn) { this._list.push(fn); } l() { return this._list; } clear(){ this._list = [] } } export default Interceptor;