UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

11 lines (10 loc) 430 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomToolType = void 0; var CustomToolType; (function (CustomToolType) { CustomToolType[CustomToolType["function"] = 0] = "function"; CustomToolType[CustomToolType["script"] = 1] = "script"; })(CustomToolType || (exports.CustomToolType = CustomToolType = {}));