Skip to content

ToMapIdentity

@tsed/core

Usage

typescript
import { ToMapIdentity } from "@tsed/core/src/utils/toMap";

See /packages/core/src/utils/toMap.ts.

Overview

ts
type ToMapIdentity<V> = string | ToMapIdentityCB<V>;

Description

Identity type for map key generation, either a property name or callback function.

Released under the MIT License.