npm.io
0.8.6 • Published 1 year ago

@vect/clone

Licence
MIT
Version
0.8.6
Deps
3
Size
5 kB
Vulns
0
Weekly
0
Stars
5

@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

  • ES2015 syntax

Install

$ npm install @vect/clone

Usage

import { clone } from '@vect/clone'

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

Meta

LICENSE (MIT)

Keywords