UNPKG

mc-anvil

Version:

A Typescript library for reading Minecraft Anvil format files and Minecraft NBT format files in the browser.

6 lines (5 loc) 294 B
export { NBTParser, findChildTagAtPath, findChildTag, findCompoundListChildren } from './nbt'; export { TagType } from './types'; export type { TagData, TagPayload, ListPayload } from './types'; export { nbtTagReducer, NBTActions } from './reducer'; export type { NBTAction } from './reducer';