root 3bf41bf355 update | пре 1 година | |
---|---|---|
.. | ||
.github | пре 1 година | |
test | пре 1 година | |
.editorconfig | пре 1 година | |
.eslintrc | пре 1 година | |
.nycrc | пре 1 година | |
CHANGELOG.md | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
index.js | пре 1 година | |
package.json | пре 1 година |
Does this JS environment support the name
property on functions?
var functionsHaveNames = require('functions-have-names');
var assert = require('assert');
assert.equal(functionsHaveNames(), true); // will be `false` in IE 6-8
Simply clone the repo, npm install
, and run npm test