@innv/nest-initializer 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -223,7 +223,7 @@ export declare class AppInitializer<T extends INestApplication = INestApplicatio
|
|
|
223
223
|
* Adiciona um ResponseMapper global para padronizar respostas.
|
|
224
224
|
* @param mapper
|
|
225
225
|
*/
|
|
226
|
-
withResponseMapper(mapper: ResponseMapper<T>): this;
|
|
226
|
+
withResponseMapper<T>(mapper: ResponseMapper<T>): this;
|
|
227
227
|
private listen;
|
|
228
228
|
}
|
|
229
229
|
export {};
|
package/package.json
CHANGED