@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
10 lines (9 loc) • 351 B
TypeScript
import { parse } from './ManifestUrl.parse';
import { params } from './ManifestUrl.params';
import { toRemoteEntryUrl, toRemoteImport } from './ManifestUrl.remoteEntry';
export declare const ManifestUrl: {
parse: typeof parse;
params: typeof params;
toRemoteEntryUrl: typeof toRemoteEntryUrl;
toRemoteImport: typeof toRemoteImport;
};