UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

9 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityType = void 0; var EntityType; (function (EntityType) { EntityType["PLUGIN"] = "plugin"; EntityType["COMPONENT"] = "component"; })(EntityType = exports.EntityType || (exports.EntityType = {})); //# sourceMappingURL=Entity.js.map