UNPKG

@spotify/web-api-ts-sdk

Version:
5 lines (4 loc) 175 B
import type { IHandleErrors } from "../types.js"; export default class ConsoleLoggingErrorHandler implements IHandleErrors { handleErrors(error: any): Promise<boolean>; }