modulex-attribute

1.0.9 • Public • Published

attribute

attribute management

attribute NPM downloads Build Status Coverage Status Dependency Status node version

example

var Attribute = require('modulex-attribute');
var X = Attribute.extend({
},{
    ATTRS:{
        x: {
            getter:function(){
                return 1;
            }
        }
    }
});
var y = new X();
y.get('x') // => 1

/modulex-attribute/

    Package Sidebar

    Install

    npm i modulex-attribute

    Weekly Downloads

    0

    Version

    1.0.9

    License

    MIT

    Last publish

    Collaborators

    • yiminghe