UNPKG

worker-parrot-party

Version:
11 lines 348 B
export declare class CustomErrors extends Error { private readonly _message; private readonly _type; constructor(_message: string, _type: string); get type(): string; get message(): string; } export declare class NoIdleParrotError extends CustomErrors { constructor(msg: string); } //# sourceMappingURL=CustomErrors.d.ts.map