Returns a subset of the given object containing only the keys specified. A functional implementation of the Pick
utility type. Works on subsets (Pick) of a type T and accepts all keys of the full type T. For the inverse
operation, see omitKeys.
Returns a subset of the given object containing only the keys specified. A functional implementation of the Pick
utility type. Works on partial subsets (Partial<Pick>) of a type T and accepts all keys of the full type T. For
the inverse operation, see omitKeys.
Returns a subset of the given object containing only the keys specified. A functional implementation of the
Pickutility type. For the inverse operation, see omitKeys.