Introduction
Migration
Appearance
import { ToMapIdentityCB } from "@tsed/core/src/types/utils/objects/toMap";
See /packages/core/src/types/utils/objects/toMap.ts.
type ToMapIdentityCB<V> = (item: V, index: string | number) => string | string[];