Skip to content

Interface DeserializationOption

🏷️ Properties

compressed

ts
compressed: true | "deflate" | "gzip"

Defined in: packages/nbt/index.ts:387

io

ts
io: Object

IO override for serialization

Defined in: packages/nbt/index.ts:391

type

ts
type: Constructor<T>

Defined in: packages/nbt/index.ts:393

Released under the MIT License.