Skip to main content
Module

x/fae/mod.ts>always

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

Returns a function which that always returns value

 const f = Fae.always('Fae')
 f() // 'Fae'

type

Always