amis-rpc-design/node_modules/nullthrows/nullthrows.js.flow
2023-10-07 19:42:30 +08:00

4 lines
79 B
Plaintext

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