points by panzi 3 years ago

»-> List[Element]« is Python syntax, so is »for x in xs« and »f"text {var}"«. In TypeScript those would be »: Element[]«, »for (const x of xs)«, and »`text ${var}`«.