Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
bitninja-dispatcher /
node_modules /
fn.name /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitattributes
25
B
-rw-r--r--
2026-02-18 13:02
.travis.yml
181
B
-rw-r--r--
2026-02-18 13:02
LICENSE
1.09
KB
-rw-r--r--
2026-02-18 13:02
README.md
1.1
KB
-rw-r--r--
2026-02-18 13:02
index.js
988
B
-rw-r--r--
2026-02-18 13:02
package.json
1.64
KB
-rw-r--r--
2026-02-18 13:02
test.js
1.84
KB
-rw-r--r--
2026-02-18 13:02
Save
Rename
# fn.name [![Version npm][version]](http://npm.im/fn.name)[![Build Status][build]](https://travis-ci.org/3rd-Eden/fn.name)[![Dependencies][david]](https://david-dm.org/3rd-Eden/fn.name)[![Coverage Status][cover]](https://coveralls.io/r/3rd-Eden/fn.name?branch=master) [version]: http://img.shields.io/npm/v/fn.name.svg?style=flat-square [build]: http://img.shields.io/travis/3rd-Eden/fn.name/master.svg?style=flat-square [david]: https://img.shields.io/david/3rd-Eden/fn.name.svg?style=flat-square [cover]: http://img.shields.io/coveralls/3rd-Eden/fn.name/master.svg?style=flat-square Extract the name of a given function. Nothing more than that. ## Installation This module is compatible with Browserify and Node.js and can be installed using: ``` npm install --save fn.name ``` ## Usage Using this module is super simple, it exposes the function directly on the exports so it can be required as followed: ```js 'use strict'; var name = require('fn.name'); ``` Now that we have the `name` function we can pass it functions: ```js console.log(name(function foo() {})) // foo ``` And that's it folks! ## License MIT