This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
var _typeof = require("./typeof.js")["default"];
function _using(o, e, n) {
if (null == e) return e;
if ("object" != _typeof(e)) throw new TypeError("using declarations can only be used with objects, null, or undefined.");
if (n) var r = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
if (null == r && (r = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")]), "function" != typeof r) throw new TypeError("Property [Symbol.dispose] is not a function.");
return o.push({
v: e,
d: r,
a: n
}), e;
}
module.exports = _using, module.exports.__esModule = true, module.exports["default"] = module.exports;