lxy 1c63d88d40 demo il y a 2 ans
..
LICENSE 1c63d88d40 demo il y a 2 ans
README.md 1c63d88d40 demo il y a 2 ans
nullthrows.d.ts 1c63d88d40 demo il y a 2 ans
nullthrows.js 1c63d88d40 demo il y a 2 ans
nullthrows.js.flow 1c63d88d40 demo il y a 2 ans
package.json 1c63d88d40 demo il y a 2 ans

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.