Pedro Clerici

Results 3 comments of Pedro Clerici

Thanks for the reply. I will give it a shot on my fork!

Following your advice, I managed to make it work. ```ts import { ReflectionFunction } from "@deepkit/type"; ReflectionFunction.from(system).getParameters(); // returns: [ ReflectionParameter { parameter: { kind ... class Bar {} type...