MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 20 forks source link

Change index.ts 'object' to 'Object' #8

Closed kolisko closed 6 years ago

kolisko commented 6 years ago

fix checking errors class-transformer-validator/index.d.ts:19:56 Cannot find name 'object'. I did not test it, please check it. :) Thanks.

kolisko commented 6 years ago

"Object" usage is obsolete. Because an "object" is used instead since TS2.2