react-native-get-pixel_edit/node_modules/nullthrows
2025-07-09 11:41:52 +09:00
..
LICENSE init 2025-07-09 11:41:52 +09:00
nullthrows.d.ts init 2025-07-09 11:41:52 +09:00
nullthrows.js init 2025-07-09 11:41:52 +09:00
nullthrows.js.flow init 2025-07-09 11:41:52 +09:00
package.json init 2025-07-09 11:41:52 +09:00
README.md init 2025-07-09 11:41:52 +09:00

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.