mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-28 06:49:50 -04:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
/**
|
|
* The default argument placeholder value for methods.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {};
|