nullthrows.js.flow 79 Bytes
Newer Older
1 2 3
/* @flow strict */

declare module.exports: <T>(x: ?T, message?: string) => T;