Skip to main content
Module

x/rambda/files/index.d.ts>xor

Faster and smaller alternative to Ramda
Go to Latest
function xor
import { xor } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Parameters

x: boolean
y: boolean

Returns

boolean

Parameters

y: boolean

Returns

(y: boolean) => boolean