deno.land / x / rambda@v9.1.1 / source / or.spec.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { or } from './or.js'
test('happy', () => { expect(or(0, 'foo')).toBe('foo') expect(or(true, true)).toBeTrue() expect(or(false)(true)).toBeTrue() expect(or(false, false)).toBeFalse()})
rambda

Version Info

Tagged at
2 months ago