Type Alias: Type
Type =
IntegerType|FloatType|BooleanType|StringType|GObjectType|BoxedType|StructType|FundamentalType|ArrayType|HashTableType|RefType|CallbackType|NullType|UndefinedType
Defined in: packages/native/dist/types.d.ts:92
Discriminated union of all FFI type descriptors.
Describes how to marshal values between JavaScript and native code.