|
hai 3 días | |
---|---|---|
.. | ||
index.js | hai 3 días | |
license | hai 3 días | |
package.json | hai 3 días | |
readme.md | hai 3 días |
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