/** * a list with elements of type `T` * * @since 0.0.2 */ export type List = readonly T[]; //# sourceMappingURL=list.d.ts.map