• import { cleanPhoneNumber } from '@src/hylo-components/utils/usefull/usefull';

    Removes all characters which are not numeric or "+". Removes local 0 if a country code with "+" is provided for most of europes countries.

    Parameters

    • phone_number: string

      the number to be cleaned

    Returns string

Generated using TypeDoc