|
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