Arnaud-Dev-Nodejs
Arnaud-Dev-Nodejs
Problem: add Ca, cert and Key to the Https.Agent How can we add TLS certificat to the Agent with bootstrap() ? NodeJS: 12.16.0
### Description In the previous version it was possible to access to the _defaultMetadataStorage_ which was useful to create custom transformer. for example : **Minimal code-snippet showcasing the problem** ```ts...
I improve the code base and add a standard linter.
import stc from 'string-to-color'; typescript : ok compilation : failed : TypeError: string_to_color_1.default is not a function import * as stc from 'string-to-color'; typescript : ok compilation : This expression...
### Description To follow the previous issue : https://github.com/typestack/class-transformer/issues/153 Actually using [NestJS](https://docs.nestjs.com/), I create a new TransformModifier like this : ```typescript import { TransformOptions } from "class-transformer"; import { defaultMetadataStorage...