constants.js 84 B

123456
  1. 'use strict';
  2. module.exports.POSITION_AT_SHORTHAND = {
  3. first: 0,
  4. second: 1,
  5. };