Skip to main content
Module

x/hex/mod.ts>fp.pickFromObject

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable fp.pickFromObject
import { fp } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { pickFromObject } = fp;

type

<T>(instance: Record<string | number | symbol, T>, keys: readonly (string | number | symbol)[]) => PickFromObjectResult<T>