@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
10 lines (9 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUNDLE = void 0;
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./constants.error"), exports);
tslib_1.__exportStar(require("./constants.pkg"), exports);
exports.BUNDLE = {
MANIFEST: { FILENAME: 'index.json' },
};