aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
blob: 850cd6b15ea8a32f3e94c9306c1612f7bc865167 (plain)
1
2
3
4
export type u8 = number;
export type u16 = number;
export type i16 = number;
export type u32 = number;