UNPKG

@platform/cell.schema

Version:

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

5 lines (4 loc) 111 B
export declare const KeyEncoding: { escape(input: string): string; unescape(input: string): string; };