Skip to main content
Module

x/ramda/source/index.js>applyTo

:ram: Practical functional Javascript
Latest
variable applyTo
import { applyTo } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Takes a value and applies a function to it.

This function is also known as the thrush combinator.