UNPKG

@dolltoken/v2-sdk

Version:

⚒️ An SDK for building applications on top of Doll V2

2 lines (1 loc) 99 B
export declare function isSorted<T>(list: Array<T>, comparator: (a: T, b: T) => number): boolean;