Skip to main content
Module

x/fae/mod.ts>add

A functional module for Deno inspired from Ramda.
Latest
variable add
import { add } from "https://deno.land/x/fae@v1.1.1/mod.ts";

Adds two numbers

 const add5 = Fae.add(5, Fae._)
 const a = add5(4) // 9

type

Add