UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

1 lines 132 B
export function chunk(a,b){return Array['from']({'length':Math['ceil'](a['length']/b)},(c,d)=>{return a['slice'](d*b,(d+0x1)*b);});}