import { N } from 'ts-toolbelt'; type _MinTupleLength = (T extends readonly [unknown, ...infer U] ? _MinTupleLength> : A); export type MinTupleLength = _MinTupleLength; export {};