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