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