Skip to content

Commit 4658464

Browse files
authored
Merge pull request #370 from Project-Econome/dev
Added $translateText and $chalkLog
2 parents 34e27c5 + 655ba74 commit 4658464

File tree

121 files changed

+472
-249
lines changed

Some content is hidden

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

121 files changed

+472
-249
lines changed

dist/native/logging/chalkLog.d.ts

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

dist/native/logging/chalkLog.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/logging/chalkLog.js

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

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

dist/native/other/translateText.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/other/translateText.js

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

dist/native/other/translateText.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/assets/navigation.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.

docs/assets/search.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.

0 commit comments

Comments
 (0)