UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (6 loc) 251 B
function _check_private_redeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } export { _check_private_redeclaration as _ };