UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

9 lines (8 loc) 290 B
/** * Returns a number indicating whether a reference string comes before, or after, * or is the same as the given string in natural sort order. * * See: https://en.wikipedia.org/wiki/Natural_sort_order * */ export declare function naturalCompare(aStr: string, bStr: string): number;