subsrt-ts
Preparing search index...
handler
<internal>
Helper
Interface Helper
interface
Helper
{
htmlDecode
?:
(
text
:
string
,
eol
:
string
)
=>
string
;
htmlEncode
?:
(
text
:
string
)
=>
string
;
toMilliseconds
?:
(
time
:
string
)
=>
number
;
toTimeString
?:
(
ms
:
number
)
=>
string
;
}
Index
Properties
html
Decode?
html
Encode?
to
Milliseconds?
to
Time
String?
Properties
Optional
html
Decode
htmlDecode
?:
(
text
:
string
,
eol
:
string
)
=>
string
Optional
html
Encode
htmlEncode
?:
(
text
:
string
)
=>
string
Optional
to
Milliseconds
toMilliseconds
?:
(
time
:
string
)
=>
number
Optional
to
Time
String
toTimeString
?:
(
ms
:
number
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
html
Decode
html
Encode
to
Milliseconds
to
Time
String
subsrt-ts
Loading...