- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
/* @flow strict */
|
|
|
|
declare module.exports: <T>(x: ?T, message?: string) => T;
|