mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-12 19:26:13 +09:00
2537c2e6e2
This reverts commit 2fb5731f23.
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
/**
|
|
* The default argument placeholder value for methods.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {};
|