a-synchronous/rubico

not should return a boolean when the argument is a value (not function)

richytong opened this issue · 1 comments

currently not does not accept values as arguments, but if it did

const myObj = { a: 1 }
not('a' in myObj) // false

done in #211