not SPECIFIC constructors -- just THAT an item is a constructor; i.e., that with foo
you could call new foo(bar)
and not get an error.
Asked
Active
Viewed 10 times
0

Dave Edelhart
- 21
- 4
-
Is [ConstructorParameters](https://www.typescriptlang.org/docs/handbook/utility-types.html#constructorparameterstype) helpful? – jtbandes Jan 03 '23 at 05:23