Skip to main content
Module

x/fae/xor.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/xor.ts";

Variables

Exclusive Or - Returns true if one of the arguments is truthy and the other is falsy. Otherwise, it returns false.