index.js 103 B

12345
  1. const config = require('./schema');
  2. config.validate({ allowed: 'strict' });
  3. module.exports = config;