mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-03 19:02:17 +00:00
3 lines
62 B
TypeScript
3 lines
62 B
TypeScript
|
/** Shared string builder. */
|
||
|
export const sb: string[] = [];
|