0.1.0 • Published 8 months ago

@ject/rename v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 months ago

@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

//: <> (Shields)

//: <> (Link)

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)

0.1.0

8 months ago

0.0.17

3 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago