config.js 231 B

12345678
  1. export var config = {
  2. onUnhandledError: null,
  3. onStoppedNotification: null,
  4. Promise: undefined,
  5. useDeprecatedSynchronousErrorHandling: false,
  6. useDeprecatedNextContext: false,
  7. };
  8. //# sourceMappingURL=config.js.map