UNPKG

flexiblepersistence

Version:
10 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; /* eslint-disable no-unused-vars */ var Type; (function (Type) { Type[Type["array"] = 0] = "array"; Type[Type["item"] = 1] = "item"; })(Type = exports.Type || (exports.Type = {})); //# sourceMappingURL=type.js.map