aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
blob: 1139251d57f0f5d8f7ba60764f10888e28e37f53 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT
// Copyright (c) Uri Shaked and contributors

export type u8 = number;
export type u16 = number;
export type i16 = number;
export type u32 = number;