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

Function parseDeclarations

packages/cli/src/commands/keyframes.ts:279–284  ·  view source on GitHub ↗
(body: string)

Source from the content-addressed store, hash-verified

277}
278
279function parseDeclarations(body: string): string[] {
280 return body
281 .split(";")
282 .map((part) => part.trim())
283 .filter(Boolean);
284}
285
286function stripRanges(text: string, ranges: Array<{ start: number; end: number }>): string {
287 let out = "";

Callers 1

collectKeyframeBlocksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected