From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/fn-name/readme.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 node_modules/fn-name/readme.md (limited to 'node_modules/fn-name/readme.md') diff --git a/node_modules/fn-name/readme.md b/node_modules/fn-name/readme.md deleted file mode 100644 index 6c51f88ef..000000000 --- a/node_modules/fn-name/readme.md +++ /dev/null @@ -1,26 +0,0 @@ -# fn-name [![Build Status](https://travis-ci.org/sindresorhus/fn-name.svg?branch=master)](https://travis-ci.org/sindresorhus/fn-name) - -> Get the name of a named function - -There is a non-standard [name](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/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 - -```sh -$ npm install --save fn-name -``` - - -## Usage - -```js -fnName(function foo() {}); -//=> foo -``` - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) -- cgit v1.2.3