feat(Boolean)
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -9,7 +9,7 @@ import { Struct } from "./Struct";
|
||||
|
||||
export { memcpy, limits, Type, Int, ConstString, ConstArray, ConstDataView, Struct }
|
||||
|
||||
export type SerializableType = NumberConstructor | StringConstructor | ArrayConstructor | DataViewConstructor | Type
|
||||
export type SerializableType = BooleanConstructor | NumberConstructor | StringConstructor | ArrayConstructor | DataViewConstructor | Type
|
||||
export type Serializable = unknown
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user