UNPKG

@mojir/lits

Version:

Lits is a pure functional programming language implemented in TypeScript

4 lines (3 loc) 233 B
import type { ReductionFunctionDefinition } from '.'; export declare const stdevReductionFunction: ReductionFunctionDefinition<'stdev'>; export declare const sampleStdevReductionFunction: ReductionFunctionDefinition<'sample-stdev'>;