Skip to main content
Module

x/rambda/source/mean-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {mean} from 'rambda'
describe('R.mean', () => { it('happy', () => { const result = mean([1, 2, 3])
result // $ExpectType number })})