UNPKG

@playkit-js/playkit-js

Version:

[![Build Status](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.

7 lines (6 loc) 191 B
export type DeferredPromise = { resolve: (value?: any | PromiseLike<any>) => void; reject: (reason?: any) => void; catch: (param: () => any) => void; then(param: () => void): any; };