UNPKG
@yuebai008/cli
Version:
beta (1.30.102)
latest (1.30.100)
1.30.102
1.30.101
1.30.100
Command line interface for rapid qg-minigame development
www.quickapp.cn/openness/quickGame
@yuebai008/cli
/
dist
/
cli-weixin
/
wx-unity-babel
/
@babel
/
runtime
/
helpers
/
assertThisInitialized.js
6 lines
(5 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
function
_assertThisInitialized
(
e
) {
if
(
void
0
=== e)
throw
new
ReferenceError
(
"this hasn't been initialised - super() hasn't been called"
)
return
e }
module
.
exports
= _assertThisInitialized