import { pluck } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It returns list of the values of property
taken from the all objects inside list
.
Type Parameters
K extends keyof T
import { pluck } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It returns list of the values of property
taken from the all objects inside list
.