@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
6 lines (5 loc) • 339 B
TypeScript
import { t } from '../common';
declare type Path = string;
export declare function toRemoteEntryUrl(url: t.ManifestUrlParts | string, manifest: t.ModuleManifest | undefined): string;
export declare function toRemoteImport(url: t.ManifestUrlParts | string, manifest: t.ModuleManifest, entry: Path): t.ModuleManifestRemoteImport;
export {};