@ject/rename

0.0.17 • Public • Published

@vect/renamer

Rename a function

npm version npm download monthly npm download total npm dependents npm license pp install size github commit last github commit total

Features

  • Rename a function

Install

$ npm install @ject/rename

Usage

import { rename } from '@ject/rename'

const func = x => x
console.log(func.name) // func
rename(func, 'not-a-method')
console.log(func.name) // not-a-method

Meta

LICENSE (MIT)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.17
    8
    • latest

Version History

Package Sidebar

Install

npm i @ject/rename

Weekly Downloads

10

Version

0.0.17

License

MIT

Unpacked Size

4.32 kB

Total Files

5

Last publish

Collaborators

  • hoyeung