@metreeca/type - v0.1.1
    Preparing search index...

    Type Alias Entries<T>

    Entries: { [K in keyof T]: Guarded<T[K]> }

    Object properties resolved to their guarded types.

    Type Parameters

    • T

      The object type with guard values