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