Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/resin/src/helpers.ts>groupArrayItems

Lightweight css-in-js library for Fresh
Go to Latest
function groupArrayItems
import { groupArrayItems } from "https://deno.land/x/resin@v0.1.6/src/helpers.ts";

Parameters

items: T[]
keyFn: (value: T) => string

Returns

Record<string, T[]>