0.4.0 • Published 13 years ago

drews-mixins v0.4.0

Weekly downloads
29
License
-
Repository
github
Last release
13 years ago

Drew's Mixins

drews-mixins is a library of underscore.js mixins. You can use it both in node.js and in the browser.

See tests at http://drews-mixins.the.tl/test/test.html

To install for node.js npm install drews-mixins

node.js example usage (in coffeescript)

_ = require "underscore"
require("drews-mixins") _
_.s "the s is a substring", 0, 5 #--> "the s"
0.4.0

13 years ago

0.3.1

13 years ago

0.3.0

13 years ago

0.2.3

13 years ago

0.2.2

13 years ago

0.2.1

13 years ago

0.2.0

13 years ago

0.1.0

13 years ago