Skip to main content
Module

x/ramda/source/index.js>T

:ram: Practical functional Javascript
Latest
variable T
import { T } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

A function that always returns true. Any passed in parameters are ignored.

Examples

R.T(); //=> true

type

() => unknown