Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Created March 13, 2021 19:43
Show Gist options
  • Save gotbahn/717ef1f228a5fb027003ba50ac9f2b93 to your computer and use it in GitHub Desktop.
Save gotbahn/717ef1f228a5fb027003ba50ac9f2b93 to your computer and use it in GitHub Desktop.
/**
* @type {season}
*/
const season = 'summer';
/**
* @typedef {'autumn' | 'spring' | 'summer' | 'winter'} season
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment