Skip to content

uniq

@tsed/core

Usage

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

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

Overview

ts
function uniq<T = any>(list: T[]): T[];

Released under the MIT License.