0.0.1 • Published 10 years ago

node_array v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

node_array

Introduction

This module processes the array, grouping it in a prescribed parameter

Example:

var array = require('node_array'); args={ "0":{"native":"apple", "foreign":"banana", "berry":"strawberry"}, "1":{"native":"Carpathians", "foreign":"Alps", "lake":"Svitiaz"} };

array.work(args,"native","",function(new_array){ console.log(new_array); });

Install the package:

my-project$ npm i node_array