UNPKG

earthmc

Version:

An unofficial EarthMC library providing handy methods and extensive info.

11 lines 358 B
export declare class NotFoundError extends Error { constructor(message: string); } export declare class FetchError extends Error { constructor(message: string); } export declare class InvalidError extends Error { constructor(message: string); } export declare const NotFound: (input: string) => NotFoundError; //# sourceMappingURL=errors.d.ts.map