Skip to main content
Module

x/minecraft_lib/nbt/utils.ts>unwrap

A collection of modules that can be used to build Minecraft servers, clients, utilities and other tools.
Latest
function unwrap
import { unwrap } from "https://deno.land/x/minecraft_lib@0.1.0/nbt/utils.ts";

Converts tags to a simpler representation using plain objects and arrays, unwrapping the inner tag value where possible.

Returns

UnwrapTag<T>