mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-02 22:20:38 +08:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
/**
|
|
* The default argument placeholder value for methods.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {};
|