MCPcopy
hub / github.com/remeda/remeda / pick

Function pick

packages/remeda/src/pick.ts:114–116  ·  view source on GitHub ↗
(...args: readonly unknown[])

Source from the content-addressed store, hash-verified

112>(data: T, keys: Keys): PickFromArray<T, Keys>;
113
114export function pick(...args: readonly unknown[]): unknown {
115 return purry(pickImplementation, args);
116}
117
118function pickImplementation<
119 T extends object,

Callers 3

typing.test-d.tsFile · 0.90
pick.test-d.tsFile · 0.90
pick.test.tsFile · 0.90

Calls 1

purryFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…