UNPKG

remeda

Version:

A utility library for JavaScript and Typescript.

8 lines (5 loc) 210 B
import { I as IterableContainer } from './IterableContainer-CtfinwiH.js'; type ReorderedArray<T extends IterableContainer> = { -readonly [P in keyof T]: T[number]; }; export type { ReorderedArray as R };