@jsprismarine/nbt
Version:
Minecraft: Bedrock Edition NBT parser/writer
11 lines (10 loc) • 672 B
JavaScript
export { ByteOrder } from './ByteOrder.es.js';
import * as NBTDefinitions from './NBTDefinitions.es.js';
export { NBTDefinitions };
import * as types_Types from './types/Types.es.js';
export { types_Types as Types };
export { default as NBTReader } from './NBTReader.es.js';
export { default as NBTStreamReader } from './NBTStreamReader.es.js';
export { default as NBTTagCompound } from './NBTTagCompound.es.js';
export { default as NBTWriter } from './NBTWriter.es.js';
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZXMuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OzsifQ==