{"library":"array-join","type":"library","category":null,"description":"Join (SQL-like) two iterables by a common key. v4.0.0 is the current stable version, ESM-only, requires Node >=22. Provides INNER JOIN, LEFT JOIN, and FULL JOIN operations on iterables. The user supplies key extractors and a result constructor. v3 introduced a simplified interface and up to 10x performance improvement. v3 dropped custom match functions and made all parameters required. v4 dropped CJS support and raised minimum Node version. Key differentiator: lightweight, typed (TypeScript), and fast for object array joins without a database.","language":"javascript","status":"active","version":"4.0.0","tags":["javascript","array","arrays","iterable","join","left-join","full-join","util","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install array-join","imports":["import { join } from 'array-join'","import { leftJoin } from 'array-join'","import { fullJoin } from 'array-join'"]},{"cmd":"yarn add array-join","imports":[]},{"cmd":"pnpm add array-join","imports":[]}],"homepage":"https://github.com/iredchuk/array-join#readme","github":"https://github.com/iredchuk/array-join","docs":null,"changelog":null,"pypi":null,"npm":"array-join","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}