Sha256: d481bc9a8c9f414d41bbd6442f07dd34137b7df6df8594b978d71d8b2e1ca551
Contents?: true
Size: 376 Bytes
Versions: 28
Compression:
Stored size: 376 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _checkPrivateRedeclaration; function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } //# sourceMappingURL=checkPrivateRedeclaration.js.map
Version data entries
28 entries across 24 versions & 2 rubygems