website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ValueObject } from '@core/shared/domain/ValueObject';
|
||||
import type { EmailValidationResult } from '../types/EmailAddress';
|
||||
import { validateEmail, isDisposableEmail } from '../types/EmailAddress';
|
||||
import { isDisposableEmail, validateEmail } from '../types/EmailAddress';
|
||||
|
||||
export interface EmailAddressProps {
|
||||
value: string;
|
||||
@@ -44,5 +44,6 @@ export class EmailAddress implements ValueObject<EmailAddressProps> {
|
||||
}
|
||||
}
|
||||
|
||||
export { isDisposableEmail, validateEmail } from '../types/EmailAddress';
|
||||
export type { EmailValidationResult } from '../types/EmailAddress';
|
||||
export { validateEmail, isDisposableEmail } from '../types/EmailAddress';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user