Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/nullthrows/README.md
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

369 B

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.