0.0.7 • Published 11 years ago

node-array v0.0.7

Weekly downloads
274
License
-
Repository
github
Last release
11 years ago

node-array

Extending the array object for Node.js, to provide more methods and features to operate array object.

Features

Asynchronize forEach() Method:

var Array = require('node-array');

var a = [ 1, 2, 3, 4, 5 ];

a.forEachAsync(function(element, index, complete) {
        console.log(element);
}, function() {
        console.log('complete');
});

License

Licensed under the MIT License

Authors

Copyright(c) 2012 Fred Chien <cfsghost@gmail.com>

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago