UNPKG

@tdanks2000/anilist-wrapper

Version:
11 lines 342 B
declare class NotLoggedInException extends Error { constructor(); } declare class NoIdException extends Error { constructor(type: string); } declare class TimeOutException extends Error { constructor(timeoutTime: number); } export { NoIdException, NotLoggedInException, TimeOutException }; //# sourceMappingURL=exceptions.d.ts.map