GitNao
Results
1
issues of
GitNao
I want to add a function. and more. ex ``` public cnv(source: any): T { let obj: T = {} as T; Object.getOwnPropertyNames(source).forEach(propertyKey => { const designType = Reflect.getMetadata('design:type', this,...