Skip to main content
The Deno 2 Release Candidate is here
Learn more
type alias ValidatePhoneNumberLengthResult
import { type ValidatePhoneNumberLengthResult } from "https://deno.land/x/deno_libphonenumber@v1.9.20/types.ts";
definition:
| "INVALID_COUNTRY"
| "NOT_A_NUMBER"
| "TOO_SHORT"
| "TOO_LONG"
| "INVALID_LENGTH"