Skip to content

Instantly share code, notes, and snippets.

@Segmentational
Last active November 9, 2021 06:59
Show Gist options
  • Select an option

  • Save Segmentational/2a67deee56e82ee6e9ef02251f96bbdb to your computer and use it in GitHub Desktop.

Select an option

Save Segmentational/2a67deee56e82ee6e9ef02251f96bbdb to your computer and use it in GitHub Desktop.
JSDoc Module Top-Level Template
/***
* @name .....
*
* @module Module
* @version 0.0.1 (Documentation)
* @summary .....
*
* @author Jacob B. Sanders
* @license BSD 3-Clause License
* @copyright Cloud-Technology LLC. & Affiliates.
*
* @package {@link https://github.com/cloud-hybrid/cloud-technology @cloud-technology}
*
* @example
* const $ = "{ ... }";
*
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment