UNPKG

tiny-types

Version:

A tiny library that brings Tiny Types to JavaScript and TypeScript

2 lines (1 loc) 27 B
export type List<T> = T[];