Skip to main content
Module

x/fae/inc.ts>inc

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

Increases its argument by 1.

Parameters

element: number