import { Length, Prepend, Tail } from '.'; export type Drop = { 0: Drop, Prepend>; 1: T; }[Length extends N ? 1 : 0]; //# sourceMappingURL=Drop.d.ts.map