Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias ValidatePhoneNumberLengthResult
Re-export
import { type ValidatePhoneNumberLengthResult } from "https://deno.land/x/deno_libphonenumber@v1.9.20/mod.ts";
definition:
| "INVALID_COUNTRY"
| "NOT_A_NUMBER"
| "TOO_SHORT"
| "TOO_LONG"
| "INVALID_LENGTH"