Pedro Clerici
Results
3
comments of
Pedro Clerici
that would be very nice!
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...