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