module.exports = { validDomainId: str => /^[\w-_]+$/.test(str) }