animate/webGl/my-threejs-test/node_modules/nullthrows
Sam 907ebae4c0 larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
..
LICENSE larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
README.md larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
nullthrows.d.ts larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
nullthrows.js larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
nullthrows.js.flow larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00
package.json larry babby and threejs for glsl 2024-06-24 21:24:00 +12:00

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.