UNPKG
subsrt-ts
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
Subtitle JavaScript library and command line tool with no dependencies.
leranjun/subsrt-ts
subsrt-ts
/
dist
/
format
/
types
/
smi.d.ts
11 lines
(10 loc)
•
306 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
BuildOptions
,
ParseOptions
}
from
"../../types/handler.js"
;
export
interface
SMIBuildOptions
extends
BuildOptions
{
title
?:
string
;
langName
?:
string
;
langCode
?:
string
;
closeTags
?:
boolean
; }
export
interface
SMIParseOptions
extends
ParseOptions
{
preserveSpaces
?:
boolean
; }