jostylr / literate-programming-lib

The library component of literate-programming
MIT License
36 stars 3 forks source link

typeit #30

Closed jostylr closed 7 years ago

jostylr commented 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')

jostylr commented 7 years ago

done