@iterable-iterator/sorted

1.0.0 • Public • Published

📶 @iterable-iterator/sorted

Iterable sorting for JavaScript. See docs.

import {increasing} from '@total-order/primitive';
import {sorted} from '@iterable-iterator/sorted';
sorted(increasing, [3, 1, 2]); // 1 2 3

import {decreasing} from '@total-order/primitive';
import {range} from '@iterable-iterator/range';
sorted(decreasing, range(13)); // 12 11 10 9 8 ...

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Package Sidebar

Install

npm i @iterable-iterator/sorted

Weekly Downloads

23

Version

1.0.0

License

AGPL-3.0

Unpacked Size

492 kB

Total Files

16

Last publish

Collaborators

  • raskat
  • aureooms