UNPKG

weedwick-api

Version:

A helper library to ease the communication with the Riot API

7 lines (6 loc) 203 B
export declare class ErrorHandler { private isDebugEnabled; constructor(isDebugEnabled: boolean); handleError: (e: Error, prefix?: string | undefined) => void; } export default ErrorHandler;