cloudhead / cloudhead/eyes.js

Expose `eyes.typeOf`

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
344
Forks
40
PR merge metrics
No merged PRs in 30d

Description

See: https://github.com/nodejitsu/cliff/issues/2#comment_1328724

``` js
function typeOf(value) {
```

to become

``` js
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.