UNPKG

@platform/cell.schema

Version:

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

5 lines (4 loc) 136 B
export declare function naturalCompare(a: string, b: string, opts?: { caseInsensitive?: boolean; alphabet?: string; }): number;