npm.io
4.0.0 • Published 5 years ago

fn-name

Licence
MIT
Version
4.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
34

fn-name

Get the name of a named function

There is a 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.

Install

$ npm install fn-name

Usage

import functionName from 'fn-name';

functionName(function foo() {});
//=> 'foo'

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Keywords