# Welcome to Mahhoosh
npm install mahhoosh
# Chunks
*it give two props*
- object for example `{ab:{a:64,b:65},cd:{c:66,d:67}}`
- splitfor example 3
> Example
let mh=require('mahhoosh');
let obj={ab:{a:64,b:65},cd:{c:66,d:67}};
let chunk=mh.chunks(obj,2)