UNPKG

tc39-weakrefs-shim

Version:
7 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const gcAvailable = typeof gc == "function"; exports.available = gcAvailable; const globalGc = gcAvailable ? gc : undefined; exports.gc = globalGc; //# sourceMappingURL=gc.js.map