Skip to content

ToMapIdentityCB

@tsed/core

Usage

typescript
import { ToMapIdentityCB } from "@tsed/core/src/types/utils/objects/toMap";

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

Overview

ts
type ToMapIdentityCB<V> = (item: V, index: string | number) => string | string[];

Released under the MIT License.