enum.js 66 B

123
  1. module.exports = {
  2. imageExt: ['.jpg','.jpeg','.png','.gif']
  3. }