UNPKG

@platform/cell.schema

Version:

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

12 lines (11 loc) 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Hash = exports.Urls = exports.Uri = exports.t = void 0; var t = require("./types"); exports.t = t; var Uri_1 = require("../../Uri"); Object.defineProperty(exports, "Uri", { enumerable: true, get: function () { return Uri_1.Uri; } }); var Url_1 = require("../../Url"); Object.defineProperty(exports, "Urls", { enumerable: true, get: function () { return Url_1.Urls; } }); var common_1 = require("../../common"); Object.defineProperty(exports, "Hash", { enumerable: true, get: function () { return common_1.Hash; } });