mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 21:02:19 +02:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
'use strict';
|
|
|
|
module.exports.POSITION_AT_SHORTHAND = {
|
|
first: 0,
|
|
second: 1,
|
|
};
|