From 133abb5477102f7f2b5c0ed3cb89888329bd34e3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 16 Oct 2024 19:09:35 +0100 Subject: [PATCH] chore(types): add accidently removed leading pipe to `CTypes` --- types/ffi.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ffi.luau b/types/ffi.luau index f43f8d7..ddcc5e9 100644 --- a/types/ffi.luau +++ b/types/ffi.luau @@ -69,7 +69,7 @@ export type CFn = { } export type CTypes = - u8 + | u8 | u16 | u32 | u64