JSPM

@total-order/iter

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q80697F
  • License AGPL-3.0

Iterable and Iterator comparison functions for JavaScript

Package Exports

  • @total-order/iter

Readme

🧻 @total-order/iter

Iterable and Iterator comparison functions for JavaScript. See docs.

import {range} from '@iterable-iterator/range';
import {increasing} from '@total-order/primitive';
import {iterable} from '@total-order/iter';

const order = iterable(increasing);

order(range(Number.MAX_SAFE_INTEGER), range(10)) > 0; // true

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

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