UNPKG

@cosmicmind/algojs

Version:

A TypeScript library featuring algorithms and data structures.

3 lines 132 B
import { CompareFn } from '.'; export type LinearSort = <T>(data: T[], fn: CompareFn<T>) => void; //# sourceMappingURL=sort.d.ts.map