UNPKG

@transcrobes/subs-convert

Version:

Convert subtitles from one format to another

4 lines 159 B
import { SubtitleJSON } from "../shared/types"; declare function srt(subtitleJSON: SubtitleJSON): string; export default srt; //# sourceMappingURL=srt.d.ts.map