Explore Library
FlashcardIntermediate

@ts-check and @ts-nocheck

Toggle type checking on or off for an individual JavaScript file.

Question

What do the `// @ts-check` and `// @ts-nocheck` comments do?

Click to reveal answer