Skip to main content
Module

x/ramda/source/index.js>or

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

Returns true if one or both of its arguments are true. Returns false if both arguments are false.