Files
30-seconds-of-code/node_modules/nullthrows/nullthrows.js.flow
2019-08-20 15:52:05 +02:00

4 lines
79 B
Plaintext

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