JSPM

  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q51807F
  • License MIT

An array util tool

Package Exports

  • @vect/clone

Readme

@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)