Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 198 Bytes

CLEANUP.md

File metadata and controls

7 lines (6 loc) · 198 Bytes

Cleanup Typescript File

  • Remove unused imports
  • Remove all comments
  • Remove unused variables
  • make sure everything is typed
  • can async or regular functions be cleaned?