UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

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