Displaying 1 to 8 from 8 results

superstruct - A simple and composable way to validate data in Javascript.

  •    Javascript

A simple and composable way to validate data in JavaScript. Superstruct makes it easy to define interfaces and then validate JavaScript data against them. Its type annotation API was inspired by Typescript, Flow, Go, and GraphQL, giving it a familiar and easy to understand API.

loud-rejection - Make unhandled promise rejections fail loudly instead of the default silent fail

  •    Javascript

By default, promises fail silently if you don't attach a .catch() handler to them.This tool keeps track of unhandled rejections globally. If any remain unhandled at the end of your process, it logs them to STDERR.

hard-rejection - Make unhandled promise rejections fail hard right away instead of the default silent fail

  •    Javascript

Promises fail silently if you don't attach a .catch() handler.This module exits the process with an error message right away when an unhandled rejection is encountered. Note: That might not be desirable as unhandled rejections can be handled at a future point in time, although not common. You've been warned.




whoops - It makes simple create qualified errors.

  •    Javascript

It makes simple throw qualified errors. Inspired in errno, create-error-class and fault. This library is a compromise to provide a clean API for use Error native class.







We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.