File size: 227 Bytes
0a0b223
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"use strict";

function _assert_this_initialized(self) {
    if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");

    return self;
}
exports._ = _assert_this_initialized;