MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / endsSentence

Function endsSentence

packages/cli/src/whisper/normalize.ts:320–322  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

318}
319
320function endsSentence(text: string): boolean {
321 return /[.!?][)"'\]}]*$/.test(text);
322}
323
324function pushCue(cues: Cue[], cue: Cue | undefined): void {
325 if (!cue) return;

Callers 1

wordsToCuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected