@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
13 lines (12 loc) • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManifestUrl = void 0;
var ManifestUrl_parse_1 = require("./ManifestUrl.parse");
var ManifestUrl_params_1 = require("./ManifestUrl.params");
var ManifestUrl_remoteEntry_1 = require("./ManifestUrl.remoteEntry");
exports.ManifestUrl = {
parse: ManifestUrl_parse_1.parse,
params: ManifestUrl_params_1.params,
toRemoteEntryUrl: ManifestUrl_remoteEntry_1.toRemoteEntryUrl,
toRemoteImport: ManifestUrl_remoteEntry_1.toRemoteImport,
};