MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / nextWeek

Function nextWeek

packages/utilities/src/date.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export function nextWeek() {
32 return add(new Date(), { days: 7 });
33}
34
35export function lastWeek() {
36 return sub(new Date(), { days: 7 });

Callers 1

getRemindAtFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected