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

Function weeklyLabel

scripts/changelog-weekly.ts:495–497  ·  view source on GitHub ↗
(from: string)

Source from the content-addressed store, hash-verified

493}
494
495function weeklyLabel(from: string) {
496 return `Week of ${formatDate(from)}`;
497}
498
499function formatDateRange(from: string, to: string) {
500 return `${formatDate(from)} - ${formatDate(to)}`;

Callers 2

prependDocsUpdateFunction · 0.85
renderDocsUpdateFunction · 0.85

Calls 1

formatDateFunction · 0.85

Tested by

no test coverage detected