@platform/cell.schema
Version:
URI and database schemas for the `cell.os`.
7 lines (6 loc) • 340 B
TypeScript
import { t } from '../common';
export declare function toPort(input: string): number | undefined;
export declare function stripHttp(input: string): string;
export declare function stripPort(input: string): string;
export declare function stripSlash(input: string): string;
export declare function toProtocol(input: string): t.HttpProtocol;