lxy 1c63d88d40 demo hace 2 años
..
LICENSE 1c63d88d40 demo hace 2 años
README.md 1c63d88d40 demo hace 2 años
nullthrows.d.ts 1c63d88d40 demo hace 2 años
nullthrows.js 1c63d88d40 demo hace 2 años
nullthrows.js.flow 1c63d88d40 demo hace 2 años
package.json 1c63d88d40 demo hace 2 años

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.