animate/webGl/my-threejs-test/node_modules/nullthrows/nullthrows.js.flow

4 lines
79 B
Plaintext
Raw Normal View History

2024-06-24 09:24:00 +00:00
/* @flow strict */
declare module.exports: <T>(x: ?T, message?: string) => T;