deno.land / x / rambda@v9.1.1 / source / gte-spec.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import {gte} from 'rambda'
describe('R.gte', () => { it('happy', () => { const result = gte(1, 2) const curriedResult = gte(2)(3) result // $ExpectType boolean curriedResult // $ExpectType boolean })})
rambda

Version Info

Tagged at
2 months ago