Skip to content

Instantly share code, notes, and snippets.

@anderjs
Created September 29, 2020 15:32
Show Gist options
  • Select an option

  • Save anderjs/a323d45f49010480812b3690f67d614e to your computer and use it in GitHub Desktop.

Select an option

Save anderjs/a323d45f49010480812b3690f67d614e to your computer and use it in GitHub Desktop.
JSDocs Interface example
/**
* @typedef {Object} Child
* @property {string} node
* * /
/**
* @typedef {Object} Configuration
* @property {string} name
* @property {boolean} execute
* @property {Child []} childs
* */
/**
* @param {Configuration} config
* */
function doSomething(config) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment