|
пре 3 дана | |
---|---|---|
.. | ||
index.js | пре 3 дана | |
license | пре 3 дана | |
package.json | пре 3 дана | |
readme.md | пре 3 дана |
Get the name of a named function
There is a non-standard name property on functions, but it's not supported in all browsers.
This module tries that property then falls back to extracting the name from the function source.
$ npm install --save fn-name
fnName(function foo() {});
//=> foo
MIT © Sindre Sorhus