Mohammad Asif cf937194cb Removed un-waned things 1. | 5 月之前 | |
---|---|---|
.. | ||
.github | 5 月之前 | |
test | 5 月之前 | |
.editorconfig | 5 月之前 | |
.eslintrc | 5 月之前 | |
.nycrc | 5 月之前 | |
CHANGELOG.md | 5 月之前 | |
LICENSE | 5 月之前 | |
README.md | 5 月之前 | |
index.js | 5 月之前 | |
package.json | 5 月之前 |
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