#Could I create my own class/method decorators?

2 messages · Page 1 of 1 (latest)

red copper
#

I already got to create a decorator from scratch that transforms the response from a provider. But I have a really important question... Could this kind of decorator affect the performance in NEST JS?
I guess not, 'cause method decorators are like "High order functions". But I'm not sure. 😥

#

Could I create my own class/method decorators?