UNPKG
create-lbgcli
Version:
latest (1.0.2)
1.0.2
前端脚手架模板
create-lbgcli
/
template-pc
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classCheckPrivateStaticFieldDescriptor.js
5 lines
•
225 B
JavaScript
View Raw
1
2
3
4
5
export
default
function
_classCheckPrivateStaticFieldDescriptor
(
descriptor, action
) {
if
(descriptor ===
undefined
) {
throw
new
TypeError
(
"attempted to "
+ action +
" private static field before its declaration"
); } }