Skip to content

Commit 2531f9b

Browse files
committed
Added sort type to $arraySort
1 parent 90867d3 commit 2531f9b

124 files changed

Lines changed: 292 additions & 262 deletions

File tree

Some content is hidden

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

dist/native/array/arraySort.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ArgType, NativeFunction } from "../../structures";
2+
import { SortType } from "../statement/loop";
23
declare const _default: NativeFunction<[{
34
name: string;
45
description: string;
@@ -11,6 +12,12 @@ declare const _default: NativeFunction<[{
1112
rest: false;
1213
required: false;
1314
type: ArgType.String;
15+
}, {
16+
name: string;
17+
description: string;
18+
rest: false;
19+
type: ArgType.Enum;
20+
enum: typeof SortType;
1421
}], true>;
1522
export default _default;
1623
//# sourceMappingURL=arraySort.d.ts.map

dist/native/array/arraySort.d.ts.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/array/arraySort.js

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

dist/native/array/arraySort.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/component/enableButtons.d.ts.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/component/enableButtons.js

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/component/enableButtons.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/component/enableButtonsOf.d.ts.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/component/enableButtonsOf.js

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/component/enableButtonsOf.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)