Files
Fluxup_PAP/node_modules/nullthrows/nullthrows.js.flow
2026-03-10 16:18:05 +00:00

4 lines
79 B
Plaintext

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