jsdoc/test/fixtures/moduletag6.js
2015-04-18 15:47:36 -07:00

8 lines
106 B
JavaScript

/** @module appname */
/**
* The name of the application.
* @type {string}
*/
export default 'mixer';