UNPKG

107 BTypeScriptView Raw
1/** @internal */
2export declare function createCmp<T>(cmp: (a: T, b: T) => boolean): (...items: T[]) => T;