function xorimport { xor } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; xor(x: boolean, y: boolean): booleanxor(y: boolean): (y: boolean) => booleanParametersx: booleany: booleanReturnsbooleanParametersy: booleanReturns(y: boolean) => boolean