UNPKG
@babel/runtime-corejs3
Version:
broken (7.12.17)
esm (7.21.4-esm.4)
latest (7.27.6)
next (8.0.0-beta.0)
8.0.0-beta.0
8.0.0-alpha.17
8.0.0-alpha.16
8.0.0-alpha.15
8.0.0-alpha.14
8.0.0-alpha.13
8.0.0-alpha.12
8.0.0-alpha.11
8.0.0-alpha.10
8.0.0-alpha.9
8.0.0-alpha.8
8.0.0-alpha.7
8.0.0-alpha.6
8.0.0-alpha.5
8.0.0-alpha.4
8.0.0-alpha.3
8.0.0-alpha.2
8.0.0-alpha.1
8.0.0-alpha.0
7.27.6
7.27.4
7.27.3
7.27.1
7.27.0
7.26.10
7.26.9
7.26.7
7.26.0
7.25.9
7.25.7
7.25.6
7.25.0
7.24.8
7.24.7
7.24.6
7.24.5
7.24.4
7.24.1
7.24.0
7.23.9
7.23.8
7.23.7
7.23.6
7.23.5
7.23.4
7.23.2
7.23.1
7.23.0
7.22.15
7.22.11
7.22.10
7.22.6
7.22.5
7.22.3
7.22.0
7.21.5
7.21.4-esm.4
7.21.4-esm.3
7.21.4-esm.2
7.21.4-esm.1
7.21.4-esm
7.21.0
7.20.13
7.20.7
7.20.6
7.20.5
7.20.1
7.20.0
7.19.6
7.19.4
7.19.1
7.19.0
7.18.9
7.18.6
7.18.3
7.18.2
7.18.0
7.17.9
7.17.8
7.17.7
7.17.2
7.17.0
7.16.8
7.16.7
7.16.5
7.16.3
7.16.0
7.15.4
7.15.3
7.14.9
7.14.8
7.14.7
7.14.6
7.14.5
7.14.0
7.13.17
7.13.16
7.13.10
7.13.9
7.13.8
7.13.7
7.13.6
7.13.4
7.13.3
7.13.1
7.13.0
7.12.18
7.12.17
7.12.13
7.12.5
7.12.1
7.12.0
7.11.2
7.11.1
7.11.0
7.10.5
7.10.4
7.10.3
7.10.2
7.10.1
7.10.0
7.9.6
7.9.2
7.9.0
7.8.7
7.8.4
7.8.3
7.8.0
7.7.7
7.7.6
7.7.5
7.7.4
7.7.2
7.7.1
7.7.0
7.6.3
7.6.2
7.6.0
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.5
7.4.4
7.4.3
7.4.2
7.4.0
babel's modular runtime helpers with core-js@3 polyfilling
babel/babel
@babel/runtime-corejs3
/
helpers
/
esm
/
classCallCheck.js
4 lines
•
156 B
JavaScript
View Raw
1
2
3
4
function
_classCallCheck
(
a, n
) {
if
(!(a
instanceof
n))
throw
new
TypeError
(
"Cannot call a class as a function"
); }
export
{ _classCallCheck
as
default
};