Maybe monad implementation in Typescript
Simple Maybe monade with invoke and nested object properties support
Let your JS API users either give you a callback or receive a promise
Parse, Resolve, and Dereference JSON Schema $ref pointers
Maybe/Optional type implementation in Typescript. Main motivation for creating this library was handling `null` values in deeply nested data, coming from GraphQL APIs, but the library itself is not limited to GraphQL.
Parse, Resolve, and Dereference JSON Schema $ref pointers
Transform stream that gunzips its input if it is gzipped and just echoes it if not
Transform stream that decompress its input if it's compressed, and echoes it if not
Parse, Resolve, and Dereference JSON Schema $ref pointers
Parse, Resolve, and Dereference JSON Schema $ref pointers
Generates and consumes source maps
Combine 0 or more errors into one
The default blueprint for ember-cli addons.
Ember AST transform for the in-element helper
TypeScript definitions for gunzip-maybe
Minimal module to check if a file is executable.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Implementation of common algebraic types in JavaScript + Flow
esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)
Transform stream that `bzip2`s its input if it is `bzip2`ped and just echoes it if not
Runs xvfb-run only if you need to, useful for Electron unit tests
generates a hash that represents a module and its depenencies uniqueness
[Maybe Monad](https://en.wikibooks.org/wiki/Haskell/Understanding_monads/Maybe), The Maybe monad represents computations which might "go wrong" by not returning a value.
🐊Putout plugin applies Maybe monad
Maybe Monad in idiomatic Ruby.
Maybe monad implementation for Ruby (some might call it Option pattern or Null pattern)
An implementation of Maybe/Option for Ruby.
Maybe Monad in idiomatic Ruby.
A Maybe/Optional type for Ruby providing Some and None containers with safe chaining, pattern matching via deconstruct_keys, filtering, and value extraction.
maybe monad library
Maybe monad implementation for Ruby
This is an attempt to implement Haskell's Maybe monad in a Ruby-ish way.
A basic maybe monad in Ruby
another maybe monad library
Maybe monad implementation for Ruby
Maybe you should start using the maybe monad, stop checking for nil, and be confident