Cho'Gath

Results 3 comments of Cho'Gath

> @TrashUwU There is an overhead in creating threads, in which case you should consider using a thread pool. 😄

This is because `@Expose` is a property decorator, not a class decorator. @alexvallecit

> This is a workaround > > ```ts > export class MyObject { > > @Transform(value => { > let map = new Map(); > for (let entry of Object.entries(value.value))...