Introduction
Migration
Appearance
import { uniqBy } from "@tsed/core";
See /packages/core/src/types/utils/objects/uniq.ts.
function uniqBy<T = any>(list: T[], key?: string): T[];