aliaszz / instancer

a small function of a few lines of code, combined with all methods after instantiation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about instancer

a small function of a few lines of code, combined with all methods after instantiation

useage

npm i instancer --save
import instancer from 'instancer';

const cat = instancer(Cat, ['getName']);

About

a small function of a few lines of code, combined with all methods after instantiation.


Languages

Language:JavaScript 100.0%