UNPKG

zxy-user-defined

Version:

11 lines (10 loc) 172 B
module.exports={ name:'haha', getname(){ return this.name }, setname(val){ this.name=val return this.name } }