eyes.js
eyes.js copied to clipboard
Expose `eyes.typeOf`
See: https://github.com/nodejitsu/cliff/issues/2#comment_1328724
function typeOf(value) {
to become
eyes.typeOf = function typeOf(value) {
This would be really helpful to me for this issue: https://github.com/nodejitsu/cliff/issues/2#comment_1328724 ... I will be copy / pasting this helper in the meantime and exposing it there.