UNPKG

309 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DestroyType = void 0;
4var DestroyType;
5(function (DestroyType) {
6 DestroyType["none"] = "none";
7 DestroyType["max"] = "max";
8 DestroyType["min"] = "min";
9})(DestroyType || (exports.DestroyType = DestroyType = {}));