Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
export
function
nextWeek() {
32
return
add(
new
Date(), { days: 7 });
33
}
34
35
export
function
lastWeek() {
36
return
sub(
new
Date(), { days: 7 });
Callers
1
getRemindAt
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected