UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

11 lines (10 loc) 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Subject = void 0; var tslib_1 = require("tslib"); var rxjs_1 = require("rxjs"); Object.defineProperty(exports, "Subject", { enumerable: true, get: function () { return rxjs_1.Subject; } }); tslib_1.__exportStar(require("@platform/types"), exports); tslib_1.__exportStar(require("@platform/cell.types"), exports); tslib_1.__exportStar(require("@platform/fsdb.types"), exports); tslib_1.__exportStar(require("../types"), exports);