UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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