UNPKG

@throw-out-error/minecraft-mcfunction

Version:

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

4 lines (3 loc) 99 B
import type { Command } from '../commands'; export default class Scope extends Set<Command> { }