nullthrows.js.flow 79 B

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