object-shape-tester - v5.1.6
    Preparing search index...

    Type Alias TupleParts<Parts, IsExact, IsReadonly>

    TupleParts: {
        [Index in keyof Parts]: SpecifierToRuntimeType<
            Parts[Index],
            IsExact,
            IsReadonly,
        >
    }

    Type Parameters

    • Parts extends ReadonlyArray<any>
    • IsExact extends boolean
    • IsReadonly extends boolean