UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

5 lines (4 loc) 72 B
export interface MutableList<T> { length: number; [k: number]: T; }