UNPKG

@kiryano/etherealotp

Version:

A library for two-factor authentication using Twilio and Speakeasy.

7 lines (6 loc) 144 B
/** * Represents errors related to Twilio operations. */ export declare class TwilioError extends Error { constructor(message: string); }