Last active
November 9, 2021 06:59
-
-
Save Segmentational/2a67deee56e82ee6e9ef02251f96bbdb to your computer and use it in GitHub Desktop.
JSDoc Module Top-Level Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*** | |
| * @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