carmi
carmi copied to clipboard
or() and and() treat null as truthy
for example
const x = null
const y = or(x, chain({})) // === null
should return the second argument