UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

9 lines (8 loc) 264 B
/** * The global configuration object for RxJS, used to configure things * like what Promise contructor should used to create Promises */ export declare const config: { Promise: PromiseConstructorLike; useDeprecatedSynchronousErrorHandling: boolean; };