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