Skip to main content
Module

x/rambda/source/median-spec.ts

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