pandastrike / fairmont

Functional (and) reactive programming library for JavaScript.
ISC License
49 stars 8 forks source link

is_null #31

Closed dyoder closed 9 years ago

dyoder commented 9 years ago

I'm not sure I really want this one, but I'm also not sure how to define it. What I really want is simply the negation of is_value. I'd prefer to be able to do away with worrying about null versus `undefined.

Maybe is_void?