Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ tomorrow
Function
tomorrow
packages/utilities/src/date.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
tomorrow() {
20
return
add(
new
Date(), { days: 1 });
21
}
22
23
export
function
yesterday() {
24
return
sub(
new
Date(), { days: 1 });
Callers
1
getRemindAt
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected