UNPKG

reservease.consumer

Version:

This package allows you to create an amqplib consumer and producer.

5 lines (4 loc) 179 B
import { InternalApiResponse } from './InternalApiResponse'; export declare class PhoneNumberFormat { static Validate(phoneNumber: string): InternalApiResponse<string>; }