UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 296 B
type ErrorCallback = (error: Error) => void; declare function registerUnhandledError(target: EventTarget, callback: ErrorCallback): void; declare function unregisterUnhandledError(target: EventTarget): void; export { registerUnhandledError as register, unregisterUnhandledError as unregister, };