GT2/Ejectable/node_modules/nullthrows/nullthrows.js.flow
2021-08-16 00:14:59 +00:00

3 lines
79 B
Text

/* @flow strict */
declare module.exports: <T>(x: ?T, message?: string) => T;