Files
huishou/node_modules/licia/normalizePhone.d.ts
T
2026-07-27 14:07:26 +08:00

10 lines
170 B
TypeScript

declare function normalizePhone(
phone: string,
options: {
countryCode: number;
trunkPrefix?: boolean;
}
): string;
export = normalizePhone;