UNPKG

@platform/cell.schema

Version:

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

6 lines (5 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Uri = void 0; var Uri_1 = require("./Uri"); Object.defineProperty(exports, "Uri", { enumerable: true, get: function () { return Uri_1.Uri; } });