g162h3
Results
1
comments of
g162h3
Same would be useful for methods: ``` ts class Foo { @async bar(x: number) { return x || Promise.resolve(...); } } ``` The async decorator is supposed to change the...