UNPKG

@onesy/algorithms

Version:
2 lines (1 loc) 99 B
export default function selectionSort<T = number>(value: Array<T>, ascending?: boolean): Array<T>;