0.0.5 • Published 2 years ago

@arpel/backend v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@vect/backendr

backend 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

  • backend a function

Install

$ npm install @arpel/backend

Usage

import { backend } from '@arpel/backend'

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

Meta

LICENSE (MIT)