JSTypes

1 · Evan Hahn · July 18, 2011, 5 a.m.
Just wrote JSTypes version 1. It's a small JavaScript library that does two things: Check if variables are of certain types (numbers, strings, undefined) Reliably create certain values (undefined, NaN) Go check it out on GitHub! Hope it helps....