boolbase is a tiny JavaScript library providing fundamental boolean algebra operations. It offers highly optimized functions for common logical operations like and, or, xor, and not, working efficiently with boolean values and arrays. Ideal for applications where performance is critical and involve frequent boolean logic evaluations. Its small size and focused functionality make it a valuable tool for streamlining boolean operations in JavaScript projects needing minimal dependencies.