UNPKG

playable

Version:

Video player based on HTML5Video

6 lines (5 loc) 268 B
declare function reduce(arrayLike: { length: number; }, callback: (...args: any[]) => void, initialValue: any): any; declare function forEachMatch(string: string, pattern: RegExp, callback: (match: RegExpExecArray) => void): void; export { reduce, forEachMatch };