Docs
Reference
Guides
Blog
Discord
/
bun:ffi
/
ToFFIType
ToFFIType
T
ToFFIType
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
bun:ffi
/
ToFFIType
ToFFIType
T
ToFFIType
Symbol
ToFFIType
type
ToFFIType
<
T
extends
FFITypeOrString
>
=
T
extends
FFIType
?
T
:
T
extends
string
?
FFITypeStringToType
[
T
]
:
never