@findhow/dotdotdata@0.2.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Dot notation for working with deeply nested complex data (with * wild cards)
Checks if a value is considered blank or empty.
Fills a value in an object if it doesn't exist.
Remove an item from an array or object using "dot" notation.
Retrieves a value from a nested object or array using dot notation.
Set an item on an array or object using dot notation.
Checks if a value is not blank or empty.
Provides a way to access properties or call methods on an object that might be null or undefined.
Attempts to execute a callback until it succeeds or the maximum attempt count is reached.
Passes the value to the callback function and returns the original value. This function is useful for performing side effects on a value without changing the value itself.
Throws an exception if the given condition is true.
Throws an exception unless the given condition is true.
Transform the given value if it is not blank.
Returns the value if it's not a function, otherwise calls the function and returns its result.