586
With PieMixin
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
But generic type syntax is a feature exclusive to Typescript while
typeof
is a JavaScript thing. You'd never getPie[Pie[T]]
as a result from atypeof
check. (Please excuse the square brackets; seems like the markdown parser here isn't quite right and it keeps messing up the angle brackets)Also, it's
typeof foo
nottypeof(foo)
in js