Bug#962636: ITP: node-fn.name -- Extract the name of a given function.
Package: wnpp
Severity: wishlist
* Package name : node-fn.name
Version : 1.1.0
Upstream Author : Arnout Kazemier
* License : Expat
Programming Lang: _javascript_
Description : Extract the name of a given function.
fn.name is a very simple package meant to be a utility for
reading the name of a given function as input.
.
console.log(name(function foo() {})) // foo
.
This package is useful as a dependency for other packages that
may need to access metadata from a function like the name.
I plan on maintaining this as part of the js team.
Reply to: