lxy 1c63d88d40 demo 2 yıl önce
..
LICENSE 1c63d88d40 demo 2 yıl önce
README.md 1c63d88d40 demo 2 yıl önce
nullthrows.d.ts 1c63d88d40 demo 2 yıl önce
nullthrows.js 1c63d88d40 demo 2 yıl önce
nullthrows.js.flow 1c63d88d40 demo 2 yıl önce
package.json 1c63d88d40 demo 2 yıl önce

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.