maybe-for-sure
A lightweight stream-like maybe/or else monad for typescript. `maybe(val).valueOr(other)` grant you no unexpected undefined and hence allows you to write you TS-code in a more fluid way, skipping some of those if-else nestings.
A lightweight stream-like maybe/or else monad for typescript. `maybe(val).valueOr(other)` grant you no unexpected undefined and hence allows you to write you TS-code in a more fluid way, skipping some of those if-else nestings.
Object.assign that skips any undefined properties from source objects
Simple utility function for checking isDefined for complex objects with long property paths
simple function to check if given object is defined and not null, or return optional parameter if its not
A very limited subset of object functions I use every day
LoDash Mixins from Decipher, Inc.
tes
Returns whether or not the passed arguments are defined - ie. not undefined
Check does the given Javascript Object is a defined.
Check if value is defined
check if javascript properties are defined (with typescript support)
A minimalistic boilerplate to wait for Custom Elements, or libraries, definition
Clone of PHP's function 'defined'
A logic Utility. Nil is: null or undefined. Make writing node easier, prettier and less error prone. Writes and reads more like prose
Safe chaining of object properties and functions using ES2015 Proxy.
Basic rana router.
Assert that the passed arguments are defined.
utilizes js/ts arrays with onEmpty, defined and flatMap functions
[](https://github.com/hansogj/maybe/actions/workflows/build.yml/badge.svg)
A utility function for extracting defined values from an object.