mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-25 19:49:35 +01:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
'use strict';
|
|
|
|
module.exports.POSITION_AT_SHORTHAND = {
|
|
first: 0,
|
|
second: 1,
|
|
};
|