UNPKG

caption-core

Version:

Download subtitles from multiple sources.

6 lines (5 loc) 180 B
// @flow export type CaptionSource = { textSearch(query: string, language: string, limit: number): any, fileSearch(files: Array<any>, language: string, limit: number): any, };