react-native-get-pixel_edit/node_modules/nullthrows/nullthrows.js.flow
2025-07-09 11:41:52 +09:00

4 lines
79 B
Plaintext

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