You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get only the Object function. It works ok with number, strings, custom classes, etc. Also in sources the emitted looks ok and there's Date, not Object.
However it's weird that when I edit the JS file and add this line in the end, I got proper Date function:
Using reflect-metadata with TypeScript. On a parameter of Type Date the type a get through the reflect-metadata library is Object.
Is there no possibility to get Date back ?
The text was updated successfully, but these errors were encountered: