Skip to main content
Module

x/fae/mod.ts>Pair

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

Type Parameters

optional
T = any
definition: [Prop, T]