@arpel/escape

0.0.5 • Public • Published

@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

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

Meta

LICENSE (MIT)

Package Sidebar

Install

npm i @arpel/escape

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

11.3 kB

Total Files

11

Last publish

Collaborators

  • hoyeung