Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
function
endsSentence(text: string): boolean {
321
return
/[.!?][)"'\]}]*$/.test(text);
322
}
323
324
function
pushCue(cues: Cue[], cue: Cue | undefined): void {
325
if
(!cue)
return
;
Callers
1
wordsToCues
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected