Skip to content

Commit

Permalink
add note about not using this in Node.js - fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 30, 2015
1 parent 2daf401 commit 3d25982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> Check if a value is a function
In Node.js, just use `typeof fn` which works exactly the same. This module can be useful in the browser where `typeof fn` has a myriad of [bugs](https://github.com/lodash/lodash/blob/8f621b38bfc67f64a9bf7af347e3398477790a39/lodash.js#L8171-L8173).


## Install

Expand Down

0 comments on commit 3d25982

Please sign in to comment.