isguard-ts
    Preparing search index...

    Type Alias IndexRecordTypeGuard<T>

    IndexRecordTypeGuard: TypeGuard<Record<PropertyKey, T>> & {
        isValue: TypeGuard<T>;
    }

    A TypeGuard for Record<PropertyKey, T>.

    Returned by isIndexRecord and TypeGuard.indexRecord.

    Type Parameters

    • T

      The value type for all keys

    Type Declaration

    • isValue: TypeGuard<T>

      The type guard used for validating record values