UNPKG

xgplayer-mp4

Version:

xgplayer plugin for mp4 transform to fmp4

7 lines (6 loc) 171 B
export default class ProxyPromise { /** @param {T=} value */ resolve(value?: T): void; /** @param {*=} reason */ reject(reason?: any | undefined): void; }