Skip to main content
Module

x/ramda/mod.ts>prop

:ram: Practical functional Javascript
Latest
variable prop
import { prop } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns a function that when supplied an object returns the indicated property of that object, if it exists.