Skip to content

Instantly share code, notes, and snippets.

@afgomez
Last active August 20, 2018 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afgomez/cc20ade354de073c7e559b9e3cd0432c to your computer and use it in GitHub Desktop.
Save afgomez/cc20ade354de073c7e559b9e3cd0432c to your computer and use it in GitHub Desktop.
/**
* @file Some description of the file
* @author Me
*/
import something from 'somewhere';
const SOMETHING = {
some: 'thing'
}
/**
* Description about the function below.
* This is the comment that styleguidist picks.
* @return {Boolean}
*/
function isSomething(someKey) {
return someKey in SOMETHING;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment