DEV Community

Discussion on: Ultimate guide to sorting in Javascript and Typescript

Collapse
 
daverave13 profile image
David Slusser

Hey I'm sorry but how does this actually address typescript? Is your advice for TS users to just use a library?

Collapse
 
maciekgrzybek profile image
Maciek Grzybek

Have you actually read the article? I'm using types in multiple places. Sometimes I omit them for readability if they were declared in previous examples.