Files
memecoin-botV2/.pnpm-store/v10/files/21/f6ea6fc706184ea4c70225b4abd8d49548e482336b262ed6766a05876121d6bdbe9cd0a1718f433827f4136aab6dbc3beef31bb39a4c0b3b68f82dd243e102

7 lines
286 B
Plaintext

function _class_check_private_static_field_descriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}
export { _class_check_private_static_field_descriptor as _ };