UNPKG

ts-ds-tool

Version:

Data structure and algorithm of TypeScript

6 lines (5 loc) 127 B
export declare function maxSubArray<T>(arr: Array<T>, key?: keyof T): { low: number; high: number; sum: number; };