Test whether an object is falsy
Avoid accidentally rendering falsy values in your JSX.
Remove falsy, empty or nullable values from objects
Falsy UI components
Check a string whether truthy or falsy.
- install by `npm install @falsy/toolkit` ([@falsy/toolkit](https://www.npmjs.com/package/@falsy/toolkit) on npmjs)
if you need ignore your falsy value from your expression you can use this little package
Count the number of falsy elements in an array.
Clean objects recursively, deleting undefined & null or falsy properties
Check if entity is falsy or empty.
Return an array copy without falsy values
Test if a value is falsy.
Drop falsy values that have been dispatched into redux
Count the number of falsy elements in an ndarray.
Check if a given value is empty in JS extending his "truthy" and "falsy" nature
Falsy helper functions and types for TypeScript.
Test if a value is an array-like object containing only falsy values.
Modul pro logování. ## Instalace ```shell yarn add @falsy/logger ```
Get the first non-falsy element of array.
Removes falsy values from objects and arrays. Converts all other falsy values to null.
Testing assertions: equal, deepEqual, truthy, falsy, type checks, includes, matches, throws, and more
A custom configuration for Winston with path label, falsy returns and NewRelic transport.
A tiny, dependency-free path joiner. Concatenates any number of segments into a single normalized leading-slash path, handling stray slashes, empty segments, and falsy values.
Detect whether a value is falsy.
False eso-lang interpreter
Conditional compilation with macro support in Rust
Exprimo is a JavaScript expression evaluator written in Rust.
permissive human-friendly boolean parsing from strings
CLI for templating based on JSON, YAML or HCL configuration
Simple Rust library determining whether strings indicate truey or falsy values
JSON PreProcessor
A highly embeddable LISP-like language with no depedencies
A safer alternative to the AWS CDK
This is a Rust library for mathematical, statistical and machine learning operations.
HTML class builder macro with UnoCSS variant group transformer for web frameworks
Utilities for working Handlebars templates. Part of Bomboni library.
This gem provides a RuboCop plugin for RSpec to avoid using `be_truthy` and `be_falsy` matcher.
A simple Jekyll plugin that adds JavaScript-like istruthy and isfalsy filters to Liquid
Easily assert truthy and falsy values on strings integers
Poorly monkeypatches Object for bullshit falsiness checks
Finds the first element for which the block returns non-falsy and returns the value.
The class_names function takes any number of arguments which can be a string or hash. The argument 'foo' is short for { foo: true }. If the value associated with a given key is falsy (nil or false), that key won't be included in the output.
Simple Ruby library determining whether strings indicate truey or falsy values.
Ruby utility for constructing HTML class strings conditionally with the provided syntax, you can define a module named Clsx that includes a method to handle each case: strings, objects (hashes), arrays, and a combination of these with nested structures. This method will recursively process each argument, filter out falsy values, and concatenate the truthy values into a single string.