UNPKG

@transcrobes/subs-convert

Version:

Convert subtitles from one format to another

6 lines 203 B
export interface ASSDialogueEntry { [key: string]: string; } declare const ASStoJSON: (subtitleText: string) => ASSDialogueEntry[]; export default ASStoJSON; //# sourceMappingURL=ass_to_json.d.ts.map