UNPKG
caption-core
Version:
latest (2.2.0-beta1)
2.2.0-beta1
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
1.0.2-alpha
1.0.1-alpha
1.0.0
1.0.0-alpha
Download subtitles from multiple sources.
github.com/gielcobben/CaptionCore
gielcobben/caption-core
caption-core
/
types
/
index.js
6 lines
(5 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
// @flow
export
type
CaptionSource
= {
textSearch
(
query
:
string
,
language
:
string
,
limit
:
number
):
any
,
fileSearch
(
files
:
Array
<
any
>,
language
:
string
,
limit
:
number
):
any
, };