function verifyLength(input: MinMaxValue, expected: number) {
    try {
        // eslint-disable-next-line @typescript-eslint/ban-ts-comment
        // @ts-ignore
        const length = [...input].length;