mol-proto
Advanced tools
ES5 object manipulation library for node and modern browsers
Weekly downloads
Readme
ES5-compatible object manipulation library for node and modern browsers
Documentation: http://milojs.github.io/proto/
npm install mol-proto --save
To use and develop:
git clone [email protected]:milojs/proto.git
cd proto
npm link
cd ../<your project>
npm link mol-proto
Node/browserify:
var _ = require('mol-proto');
Browser:
All functions are exported as properties of a global _ object when used with milo, there is no separate proto bundle yet (will be added shortly).
ES5 object manipulation library for node and modern browsers
The npm package mol-proto receives a total of 194 weekly downloads. As such, mol-proto popularity was classified as not popular.
We found that mol-proto demonstrated a not healthy version release cadence and project activity. It has 3 open source maintainers collaborating on the project.