1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-04-28 08:22:15 +00:00

8 lines
217 B
TypeScript
Raw Normal View History

/** Environment abort function called where assertions evaluate to false / on throw. */
declare function abort(
message?: string | null,
fileName?: string | null,
lineNumber?: u32,
columnNumber?: u32
): void;