UNPKG

@throw-out-error/minecraft-mcfunction

Version:

A simple way to create your mcfunction files using Typescript syntax.

8 lines (7 loc) 216 B
import { Tag } from 'nbt-ts'; import { ArgumentObject } from '.'; export declare class NBT<T extends Tag = Tag> extends ArgumentObject { tag: T; constructor(tag: T | string); toString(): string; }