is there any basic codes in js

i was learning discord voice from voice examples by discord from github but all adapter and helper codes are in typescript and my bot is javascript.
5 Replies
d.js toolkit
d.js toolkit2w ago
8
8OP2w ago
i didn't get that
Samtino
Samtino2w ago
TypeScript
function foo(name: string): void {
console.log(name)
}
function foo(name: string): void {
console.log(name)
}
JavaScript
function foo(name) {
console.log(name)
}
function foo(name) {
console.log(name)
}
Just remove the types from TS code and it's JS code
8
8OP4d ago
ohh tyty
d.js toolkit
d.js toolkit4d ago
The thread owner has marked this issue as solved.

Did you find this page helpful?