Skip to content

Commit 5c788f1

Browse files
committed
Added $jsonAssign
1 parent ef47250 commit 5c788f1

File tree

137 files changed

+387
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+387
-274
lines changed

dist/native/json/isJSON.js

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

dist/native/json/jsonAssign.d.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { ArgType, NativeFunction } from "../../structures/@internal/NativeFunction";
2+
declare const _default: NativeFunction<[{
3+
name: string;
4+
description: string;
5+
required: true;
6+
type: ArgType.String;
7+
rest: false;
8+
}, {
9+
name: string;
10+
description: string;
11+
type: ArgType.String;
12+
rest: false;
13+
}, {
14+
name: string;
15+
description: string;
16+
type: ArgType.Json;
17+
required: true;
18+
rest: true;
19+
}], true>;
20+
export default _default;
21+
//# sourceMappingURL=jsonAssign.d.ts.map

dist/native/json/jsonAssign.d.ts.map

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

dist/native/json/jsonAssign.js

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/json/jsonAssign.js.map

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

dist/native/json/jsonDelete.js

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

dist/native/json/jsonEntries.js

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

dist/native/json/jsonEntries.js.map

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

dist/native/json/jsonKeys.js

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

dist/native/json/jsonKeys.js.map

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

0 commit comments

Comments
 (0)