|
|
|
|
|
by amitport
1106 days ago
|
|
No. Typescript cannot access runtime values (I assume you mean types that depend on runtime values). In TypeScript types can depend on other types and it does support literal types which covers a lot of use cases. What do you need dependent types for? [Edit: why the down vote?] |
|
That's not the meaning of dependent types, and dependent type checkers don't require runtime information.