Skip to content

Commit 7bd9880

Browse files
committed
Added $arrayFind and $arrayFindLast
1 parent dbaf4b2 commit 7bd9880

File tree

118 files changed

+563
-251
lines changed

Some content is hidden

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

118 files changed

+563
-251
lines changed

dist/native/array/arrayFind.d.ts

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

dist/native/array/arrayFind.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/array/arrayFind.js

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

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

dist/native/array/arrayFindLast.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/array/arrayFindLast.js

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

dist/native/array/arrayFindLast.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.

docs/classes/ApplicationCommand.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)