caoge c760052ff9 机车状态修改 | пре 8 месеци | |
---|---|---|
.. | ||
.github | пре 8 месеци | |
test | пре 8 месеци | |
.editorconfig | пре 8 месеци | |
.eslintrc | пре 8 месеци | |
.nycrc | пре 8 месеци | |
CHANGELOG.md | пре 8 месеци | |
LICENSE | пре 8 месеци | |
README.md | пре 8 месеци | |
index.js | пре 8 месеци | |
package.json | пре 8 месеци |
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