UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

10 lines (9 loc) 242 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); class MinecraftLogItem { fileName; message; } exports.default = MinecraftLogItem;