UNPKG

firestore-snapshot-utils

Version:
4 lines (3 loc) 160 B
type GetValueFunction<T> = (i: T) => number | string; export declare const ascCompare: <T>(getValue: GetValueFunction<T>) => (a: T, b: T) => number; export {};