eyes.js icon indicating copy to clipboard operation
eyes.js copied to clipboard

Expose `eyes.typeOf`

Open indexzero opened this issue 14 years ago • 0 comments

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.

indexzero avatar Jun 08 '11 21:06 indexzero