UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

19 lines (7 loc) 246 B
import EventDispatcher from "./EventDispatcher"; declare namespace openfl.events { export class UncaughtErrorEvents extends EventDispatcher { public constructor (); } } export default openfl.events.UncaughtErrorEvents;