side.js 86 B

123456
  1. const SIDE_ENUM = {
  2. FRONT: 'FRONT',
  3. BACK: 'BACK',
  4. };
  5. module.exports = SIDE_ENUM;