@arpel/escape
v0.0.5
Published
ANSI escape sequences utils
Downloads
29
Maintainers
Readme
@vect/backendr
backend a function
Features
- backend a function
Install
$ npm install @arpel/escape
Usage
import { backend } from '@arpel/escape'
const func = x => x
console.log(func.name) // func
backend(func, 'not-a-method')
console.log(func.name) // not-a-method