Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

plainToClass plainToClass (class-transformer) #170

Open NeluQi opened 1 year ago

NeluQi commented 1 year ago

Converts plain (literal) object to class (constructor) object. Also works with arrays.

@deprecated — Function name changed, use the plainToInstance method instead.

image

Manweill commented 1 year ago

I seldom use this feature. Can you provide PR?