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