UNPKG

@termii/node

Version:

Nodejs SDK wrapper for Termii API written with Typescript support

4 lines (3 loc) 165 B
import { AxiosError } from 'axios'; export declare const handleErrors: (error: any) => any; export declare const handleAxiosError: (error: AxiosError) => string;