import { props } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It takes list with properties propsToPick
and returns a list with property values in obj
.
import { props } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It takes list with properties propsToPick
and returns a list with property values in obj
.