#What the typescript evaluates to?
8 messages · Page 1 of 1 (latest)
@sturdy walrus Generally, you just mouse over the type and see what it is.
in the editor?
8 messages · Page 1 of 1 (latest)
In several tutorials and blog posts I've read, there's usually a sentence explaining what some piece of typescript code "evaluates" to, such as ```Which just evaluates to
type TestType = ${string} A | ${string} B | ${string} C | 'Test D' | 'Test E'``` How do I take a piece of typescript code and find out what it evaluates to?
@sturdy walrus Generally, you just mouse over the type and see what it is.
in the editor?