import { props } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It takes list with properties propsToPick
and returns a list with property values in obj
.
Parameters
propsToPick: readonly P[]
Parameters
propsToPick: readonly P[]
import { props } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It takes list with properties propsToPick
and returns a list with property values in obj
.