Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/collections/mod.ts>pick

Deno Standard Extensions
Latest
function pick
Deprecated
Deprecated

Use pick() from std instead.

import { pick } from "https://deno.land/x/yxz@0.32.0/collections/mod.ts";

Type Parameters

K extends string
T

Parameters

record: Readonly<Record<K, T>>
keys: readonly string[]

Returns

Record<K, T>