Home Manual Reference Source

src/counts.js

import {increasing} from '@total-order/primitive';
import {prop} from '@total-order/key';

const counts = prop(increasing, 1);

export default counts;