UNPKG

@spotify/web-api-ts-sdk

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