@aim-packages/subtitle 0.0.15 → 0.0.16
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.cjs.js +14 -14
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +1055 -1124
- package/package.json +29 -29
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ declare function convertToSeconds(time?: string): number;
|
|
|
110
110
|
*/
|
|
111
111
|
declare function create(options?: ParserOptions<AimSegments[], AimSegments[], string> & {
|
|
112
112
|
vad?: Segment[];
|
|
113
|
+
vadPadding?: [number, number];
|
|
113
114
|
}): Parser<string>;
|
|
114
115
|
|
|
115
116
|
declare function create_2(options?: ParserOptions<RequiredByKey<Partial<AimSegments>, "index">[], Partial<AimSegments>[], string>): Parser<string>;
|