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