mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
type int32_t = i32;
|
|
@nonportable()
|
|
export type uint64_t = u64;
|