UNPKG

@deepgram/captions

Version:

Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.

3 lines 194 B
export declare function secondsToTimestamp(seconds: number, format?: string): string; export declare function chunkArray(arr: any[], length: number): any[]; //# sourceMappingURL=helpers.d.ts.map