fix(type Serializable): unknown

This commit is contained in:
2025-08-04 16:16:13 +03:00
parent 74cc368445
commit 917c06be80

2
types/index.d.ts vendored
View File

@ -9,7 +9,7 @@ import { Struct } from "./Struct";
export { memcpy, limits, Type, ConstString, ConstArray, ConstDataView, Struct }
export type SerializableType = NumberConstructor | StringConstructor | ArrayConstructor | DataViewConstructor | Type
export type Serializable = number | string | Serializable[] | DataView
export type Serializable = unknown
/**
* @param {DataView} dv destination memory