import { MockFunction } from '@/services/Mocker' export const randomEmail: MockFunction = function() { return `${this.create('noun')}@email.com` }