Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / classCheckPrivateStaticFieldDescriptor.js
@Réz István Réz István on 18 Nov 2021 225 bytes first commit
export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
  if (descriptor === undefined) {
    throw new TypeError("attempted to " + action + " private static field before its declaration");
  }
}