Skip to main content
Module

x/fae/mod.ts>divide

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

Divides two numbers. Equivalent to a / b.

type

Divide