UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

10 lines (9 loc) 257 B
/** * An error thrown when one or more errors have occurred during the * `unsubscribe` of a {@link Subscription}. */ export declare class UnsubscriptionError extends Error { errors: any[]; readonly name: string; constructor(errors: any[]); }