UNPKG

@platform/cell.schema

Version:

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

29 lines (28 loc) 670 B
export declare const FilePath: { fromUrl(input: string): { ok: boolean; path: string; dir: string; filename: string; error: string | undefined; toString: () => string; }; Local: { toAbsolutePath(args: { path: string; root: string; }): string; toRelativePath(args: { path: string; root: string; }): string; toAbsoluteLocation(args: { path: string; root: string; }): string; toRelativeLocation(args: { path: string; root: string; }): string; }; };