UNPKG

@cosmicmind/algojs

Version:

A TypeScript library featuring algorithms and data structures.

3 lines 151 B
import { CompareFn } from '../utils'; export declare const mergeSort: <T>(data: T[], fn: CompareFn<T>) => void; //# sourceMappingURL=MergeSort.d.ts.map