Closed jostylr closed 7 years ago
modified typeit to take in a second argument to test for that type and emit a boolean instead of a string. So instead of typeit(obj) === 'date', one could just have typeit(obj, 'date')
done
modified typeit to take in a second argument to test for that type and emit a boolean instead of a string. So instead of typeit(obj) === 'date', one could just have typeit(obj, 'date')