8 lines
134 B
JavaScript
Raw Normal View History

2021-06-08 10:39:45 +02:00
'use strict';
const validateLocaleCreation = require('./validate-locale-creation');
module.exports = {
2021-06-09 18:10:44 +02:00
validateLocaleCreation,
2021-06-08 10:39:45 +02:00
};