1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-16 00:11:28 +00:00
Files
assemblyscript/tests/parser/type.ts

4 lines
63 B
TypeScript
Raw Normal View History

type int32_t = i32;
@nonportable()
export type uint64_t = u64;