Skip to content

@gtkx/ffi / FfiValue

Type Alias: FfiValue

FfiValue = NativeHandle | number | string | boolean | FfiValue[] | null | undefined

Defined in: packages/native/dist/types.d.ts:16

Union of all possible FFI return value types.

Returned by call() and read() where the concrete type depends on the type descriptor passed to the function.