Files
projet_gestion_commande/frontend-admin/node_modules/nullthrows/nullthrows.js.flow
T
2026-02-07 22:33:02 +01:00

4 lines
79 B
Plaintext

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