code-chronicles-code / leetcode-curriculum

https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9 stars 12 forks source link

Add an `Iterator.from` TypeScript goody #417

Closed elimanzo closed 2 months ago

elimanzo commented 2 months ago

based off of MDN

closes #343

elimanzo commented 2 months ago

@miorel I think the snapshots are failing because of the declare class. I'm currently getting

Only interface declarations are currently supported in module declarations, got: ClassDeclaration