aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
blob: 8a13fe60db42e91740435b8be9d964ac04c49a43 (plain)
1
2
export type u8 = number;
export type u16 = number;