@nyaomaru/divider
    Preparing search index...

    Function emailDivider

    • Divides an email address string at the "@" symbol into its local and domain parts.

      Parameters

      • input: string

        The email address string to divide

      • options: EmailDividerOptions = {}

        Optional configuration for the divider operation

      Returns DividerStringResult

      A DividerStringResult containing the divided parts of the email address