UNPKG

sortme

Version:

Simple sorting library written in ES6

3 lines (2 loc) 99 B
// import { Sort } from './core/sort.class'; export { MergeSort } from './sorts/merge-sort.class';