UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

5 lines (4 loc) 172 B
import { WildduckException } from "./http.exception"; export declare class WildduckTimeoutException extends WildduckException { constructor(url: string, stack: any); }