Painfully update most JS docs by hand

This commit is contained in:
Willy-JL
2025-04-01 07:44:49 +00:00
parent a0619c01d7
commit 823a1d9253
15 changed files with 492 additions and 40 deletions

View File

@@ -329,7 +329,7 @@ declare class Array<T> {
* array
* @version Added in JS SDK 0.1
*/
splice(start: number, deleteCount: number): T[];
splice(start: number, deleteCount?: number): T[];
/**
* @brief Adds a value to the end of the array
* @param value The value to add