UNPKG

@onesy/algorithms

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