mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 18:01:31 +00:00
Field initializers and constructors
This commit is contained in:
1
std/assembly.d.ts
vendored
1
std/assembly.d.ts
vendored
@ -237,6 +237,7 @@ declare class String {
|
||||
concat(other: string): string;
|
||||
endsWith(other: string): bool;
|
||||
indexOf(other: string): u32;
|
||||
includes(other: string): bool;
|
||||
startsWith(other: string): bool;
|
||||
substr(start: u32, length?: u32): string;
|
||||
substring(start: u32, end?: u32): string;
|
||||
|
Reference in New Issue
Block a user