Module

x/lodash_es/src/chunk.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/chunk.js";

Functions

Creates an array of elements split into groups the length of size. If array can't be split evenly, the final chunk will be the remaining elements.