UNPKG

subtexty

Version:

Extract clean plain-text from subtitle files

6 lines 294 B
import { ExtractOptions } from './types'; export declare function extractText(filePath: string, options?: ExtractOptions): Promise<string>; export * from './types'; export { ParserFactory } from './parsers'; export { TextCleaner } from './utils/textCleaner'; //# sourceMappingURL=index.d.ts.map