Newer
Older
framework / node_modules / @babel / runtime / helpers / esm / classCheckPrivateStaticFieldDescriptor.js
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 225 bytes update
export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
  if (descriptor === undefined) {
    throw new TypeError("attempted to " + action + " private static field before its declaration");
  }
}