UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

2 lines (1 loc) 141 B
export declare function kSmallestPartition<T>(array: T[], k: number, left?: number, right?: number, compare?: (a: T, b: T) => number): void;