JS: Fix merge of 3963 and 3961 (#3980)

* toString() was moved, not duplicated
* These had gotten lost
* This is now implemented
* Add missing version doctags
This commit is contained in:
WillyJL
2024-11-01 04:52:54 +00:00
committed by GitHub
parent f4887ed31c
commit 69aa4cd254
4 changed files with 64 additions and 19 deletions

View File

@@ -14,6 +14,7 @@ export declare function success(): void;
/**
* @brief Signals failure to the user via the color LED, speaker and vibration
* motor
* @version Added in JS SDK 0.1
*/
export declare function error(): void;