import { List } from '../util/List'; import { ListFrom } from '../array/ListFrom'; /** * Return the subset of a tuple-like type containing all but the first element. */ export type ListTail> = ListFrom;