UNPKG

aran

Version:
2 lines (1 loc) 43 B
export type List<X> = [X, List<X>] | null;