GT2/Ejectable/node_modules/nullthrows/nullthrows.js.flow

4 lines
79 B
Plaintext
Raw Normal View History

2021-08-16 00:14:59 +00:00
/* @flow strict */
declare module.exports: <T>(x: ?T, message?: string) => T;