mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:09:31 +08:00
5 lines
No EOL
225 B
Text
5 lines
No EOL
225 B
Text
export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
|
|
if (descriptor === undefined) {
|
|
throw new TypeError("attempted to " + action + " private static field before its declaration");
|
|
}
|
|
} |