lxy 1c63d88d40 demo vor 2 Jahren
..
LICENSE 1c63d88d40 demo vor 2 Jahren
README.md 1c63d88d40 demo vor 2 Jahren
nullthrows.d.ts 1c63d88d40 demo vor 2 Jahren
nullthrows.js 1c63d88d40 demo vor 2 Jahren
nullthrows.js.flow 1c63d88d40 demo vor 2 Jahren
package.json 1c63d88d40 demo vor 2 Jahren

README.md

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.