UNPKG

@polkadot/util

Version:
3 lines (2 loc) 107 B
/** @internal */ export declare function createCmp<T>(cmp: (a: T, b: T) => boolean): (...items: T[]) => T;