Skip to content

Commit 4561262

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 73bd68c commit 4561262

36 files changed

+8
-315
lines changed

Target/Function/Access.js

Lines changed: 1 addition & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Function/Access.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

Target/Function/Decrypt.js

Lines changed: 1 addition & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Function/Decrypt.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

Target/Function/Encrypt.js

Lines changed: 1 addition & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Function/Encrypt.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

Target/Function/Get.js

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Function/Get.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

Target/Function/Put.js

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
var __defProp = Object.defineProperty;
2-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3-
var Put_default = /* @__PURE__ */ __name(async (...[Instance]) => {
4-
if (Instance instanceof Map) {
5-
const _Value = {};
6-
for (const [Key, Value] of Instance.entries()) {
7-
if (Value instanceof Map) {
8-
_Value[Key] = await (await import("./Put.js")).default(Value);
9-
} else {
10-
_Value[Key] = Value;
11-
}
12-
}
13-
return _Value;
14-
}
15-
return Instance;
16-
}, "default");
17-
export {
18-
Put_default as default
19-
};
20-
//# sourceMappingURL=Put.js.map
1+
var f=async(...[e])=>{if(e instanceof Map){const t={};for(const[r,a]of e.entries())a instanceof Map?t[r]=await(await import("./Put.js")).default(a):t[r]=a;return t}return e};export{f as default};

Target/Function/Put.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)