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

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

Version Info

Tagged at
2 months ago