@aim-packages/subtitle 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -181,6 +181,7 @@ export declare interface OptimizationOptions {
181
181
  punc: boolean;
182
182
  em: boolean;
183
183
  space: boolean;
184
+ repeat: boolean;
184
185
  }
185
186
 
186
187
  /**
@@ -315,6 +316,7 @@ declare function subtitleOptimization(segments: AimSegments[], options?: Optimiz
315
316
  punc: number[];
316
317
  em: number[];
317
318
  space: number[];
319
+ repeat: number[];
318
320
  };
319
321
  repeat: AimSegments[];
320
322
  segments: AimSegments[];