0.0.0 • Published 10 years ago

aop-js v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

AOP

Aspect oriented program for javascript

There are 2 parts in this module, Aspect and aop

1.Aspect will extend the Funtion.prototype ,by add before / after... 2.aop will provide method aop.before(doFunction,beforeFunction)

===================== test

1.need install the mocha & should globally to run the test npm install mocha -g npm install should -g