UNPKG

nbtify

Version:

A library to read and write NBT files on the web!

8 lines (7 loc) 337 B
import type { NBTDataOptions, StringifyOptions } from "../index.js"; export declare const file: string | typeof process.stdin.fd; export declare const nbt: boolean; export declare const snbt: boolean; export declare const json: boolean; export declare const format: NBTDataOptions; export declare const space: StringifyOptions["space"];