1.0.0 • Published 3 years ago

@total-order/key v1.0.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 years ago

:old_key: @total-order/key

Comparison function from key function for JavaScript. See docs.

import {key, len, prop} from '@total-order/key';
import {increasing} from '@total-order/primitive';
import {iterable} from '@total-order/iter';

const order = key(
	iterable(increasing),
	function* (x) {
		yield x['🙀'] * x['🦿'];
		yield x['🤖'];
	}
);

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

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