UNPKG

craydent

Version:

node library based on craydent-1.9.3

2 lines (1 loc) 66 B
export declare type SortIterator<T> = (a: T, b: T) => -1 | 0 | 1;