UNPKG

@toplast/lastfm

Version:

A typed Last.fm API client for Node.js

7 lines (6 loc) 185 B
import type { AxiosError } from "axios"; declare class RequestError extends Error { statusCode: number | undefined; constructor(err: AxiosError); } export default RequestError;