UNPKG

vec-idp-web-sdk

Version:

VECU Identity Verification Web SDK - A secure, easy-to-integrate identity verification solution

4 lines 288 B
import type { ICustomerInfo } from '@/types'; export declare function formatPhoneNumberForAPI(phone: string): string; export declare function formatCustomerInfoForAPI(customerInfo: Record<string, unknown> | ICustomerInfo): Record<string, unknown>; //# sourceMappingURL=formatters.d.ts.map