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 (3 loc) 102 B
interface RecursiveArray<T> extends Array<T | RecursiveArray<T>> { } export type { RecursiveArray };