mirror of
https://github.com/github/codeql-action.git
synced 2026-08-06 05:07:52 -05:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
'use strict';
|
|
|
|
module.exports.POSITION_AT_SHORTHAND = {
|
|
first: 0,
|
|
second: 1,
|
|
};
|