Boolean Packages

bool2str

(cond ? yes : no) but throw if arg types are not (bool, string, string).

1.0.0 • Published 6 months ago

fast-boolean-array

In JavaScript, when working with large arrays of boolean values, a common challenge is efficiently indexing and retrieving these values. Using a regular JavaScript array to store booleans is straightforward, but it is memory-inefficient. While booleans ar

1.4.9 • Published 6 months ago