UNPKG

remeda

Version:

A utility library for JavaScript and Typescript.

8 lines (5 loc) 189 B
import { I as IterableContainer } from './IterableContainer-CtfinwiH.js'; type Mapped<T extends IterableContainer, K> = { -readonly [P in keyof T]: K; }; export type { Mapped as M };