4 lines
79 B
Text
4 lines
79 B
Text
|
|
/* @flow strict */
|
||
|
|
|
||
|
|
declare module.exports: <T>(x: ?T, message?: string) => T;
|