Automated build '' typescript-axios sdk: 4638458958

This commit is contained in:
GitHub Action Bot
2023-04-07 13:16:12 +00:00
parent f80060880f
commit 6367e344e7
604 changed files with 1122802 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function _classExtractFieldDescriptor(receiver, privateMap, action) {
if (!privateMap.has(receiver)) {
throw new TypeError("attempted to " + action + " private field on non-instance");
}
return privateMap.get(receiver);
}
module.exports = _classExtractFieldDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports;