Utility TypeScript @ 2.0.0-beta.5
    Preparing search index...

    Type Alias PartialPick<T_Object, T_KeysPartial>Experimental

    Partial-izes an object, but only for the given T_KeysPartial.

    Type Parameters

    • T_Object

      Type or interface to transform.

    • T_KeysPartial extends keyof T_Object = never

    Optional. Keys that must be included. Default never.

    2.0.0-beta.3