0.0.1 • Published 9 years ago

flux-store-data v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

flux-store-data

This will hardly do anything.

npm install flux-store-data --save

Docs

var FluxStorData = require('flux-store-data');
var obj = new FluxStorData();

Methods

@param {Object} @returns obj.attributes obj.merge(object) This will merge an object into the attributes object

@param {String} Key @param {Any} Value @returns obj obj.set('key', value) This will set an new or existing propery in the attributes object

@param {String || Empty} Key @returns obj obj.get() or obj.get('thing')

@returns cloned obj obj.clone()

To test or contribute:

Clone the repo && cd flux-store-data

npm install
npm test
0.0.1

9 years ago