Newer
Older
framework / node_modules / @babel / runtime / helpers / esm / classCheckPrivateStaticAccess.js
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 199 bytes update
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
  if (receiver !== classConstructor) {
    throw new TypeError("Private static access of wrong provenance");
  }
}