xor(input: Input): Output
Short way of using the XOR gate.
input
Output - The gate's output.
const { xor } = require("@jaimermxd/logic-gates"); var res = xor([false, true]); console.log(res); // true
There was an error while loading. Please reload this page.