function normalizePhone
normalizePhone(
phone: string,
prefix: string
): string

Strip non-numeric characters from a phone number and normalize to +{prefix}{local}

Parameters

phone: string
prefix: string

Return Type

string

Usage

import { normalizePhone } from "docs/utilities.ts";