1.0.1 • Published 10 years ago
namespacing v1.0.1
namespacing
Is small tool to make easy implement the namespacing pattern.
Installation
- download distribution repo as zip: namespacing
- bower:
bower install --save namespacing- npm:
npm install --save namespacingUse
You can declare a namespace like this:
namespace('app.ajax.http.engine');And you import it like this:
var engine = namespace.import('app.ajax.http.engine');