REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.10 KB
Close
/home/byroehnu/easepay.easetack.com/node_modules/fn.name/README.md
Text
Base64
# 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
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.gitattributes
25 B
lrw-r--r--
2026-02-21 00:53:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.travis.yml
181 B
lrw-r--r--
2026-02-21 00:53:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
988 B
lrw-r--r--
2026-02-21 00:53:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.09 KB
lrw-r--r--
2026-02-21 00:53:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
883 B
lrw-r--r--
2026-02-21 00:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
1.10 KB
lrw-r--r--
2026-02-21 00:53:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test.js
1.84 KB
lrw-r--r--
2026-02-21 00:53:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).