Skip to content

uniqBy

@tsed/core

Usage

typescript
import { uniqBy } from "@tsed/core";

See /packages/core/src/types/utils/objects/uniq.ts.

Overview

ts
function uniqBy<T = any>(list: T[], key?: string): T[];

Released under the MIT License.