UNPKG

@platform/cell.schema

Version:

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

8 lines (7 loc) 339 B
import { t } from '../common'; import { naturalCompare as compare } from './compare'; export declare const ManifestFiles: { hash: (input: t.Manifest<t.ManifestFile, import("@platform/cell.types").ManifestHash> | t.ManifestFile[]) => string; compare: typeof compare; sort<T extends string | t.ManifestFile>(items: T[]): T[]; };