Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nullthrows

zertosh23.3mMIT1.1.1TypeScript support: included

flow typed nullthrows

assert, flow, invariant, nullthrows

readme

nullthrows

Build Status

A flow typed utility that accepts value (e.g. nullthrows(value)) and throws if value is null or undefined, otherwise it returns value.

Also see invariant.