We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b78d commit 50bf2b7Copy full SHA for 50bf2b7
1 file changed
std/assembly/index.d.ts
@@ -2129,6 +2129,7 @@ declare class StaticArray<T> {
2129
2130
/** Class representing a sequence of characters. */
2131
declare class String {
2132
+ [key: i32]: string;
2133
static fromCharCode(ls: i32, hs?: i32): string;
2134
static fromCharCodes(arr: i32[]): string;
2135
static fromCodePoint(code: i32): string;
0 commit comments