Skip to main content
Module

x/rambda/immutable.d.ts>add

Faster and smaller alternative to Ramda
Go to Latest
function add
import { add } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

It adds a and b.

Parameters

a: number
b: number

Returns

number

Parameters

a: number

Returns

(b: number) => number