export const isDomainId = value => /^[\w-_]+$/.test(value)