From 917c06be80f8505f9332b7efad66490439bfd798 Mon Sep 17 00:00:00 2001 From: SEK1RO Date: Mon, 4 Aug 2025 16:16:13 +0300 Subject: [PATCH] fix(type Serializable): unknown --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 075019e..8cb2205 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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