jussi-kalliokoski / trine

A utility library for modern JavaScript.
ISC License
1.42k stars 35 forks source link

Added not versions of boolean operators #72

Open MitalAshok opened 8 years ago

MitalAshok commented 8 years ago

Added nand, nor and xnor. Also added Boolean casting to force a Boolean to be returned if a non-Boolean param is passed.