UNPKG

@mojir/lits

Version:

Lits is a pure functional programming language implemented in TypeScript

3 lines (2 loc) 158 B
import type { ReductionFunctionDefinition } from '.'; export declare const giniCoefficientReductionFunction: ReductionFunctionDefinition<'gini-coefficient'>;