mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-04-25 15:18:44 +02:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
/**
|
|
* The default argument placeholder value for methods.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {};
|