UNPKG

@transcrobes/subs-convert

Version:

Convert subtitles from one format to another

6 lines 214 B
/** * WebVTT Segmenter implementation */ import { Segment } from "../shared/types"; export declare function segmentWebVTT(input: string, segmentLength?: number): Segment[]; //# sourceMappingURL=segmenter.d.ts.map