@arpel/backend
v0.0.5
Published
terminal backend
Downloads
35
Maintainers
Readme
@vect/backendr
backend a function
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