MCPcopy 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
15export function soon() {
16 return add(new Date(), { minutes: 20 });
17}
18
19export function tomorrow() {
20 return add(new Date(), { days: 1 });

Callers 1

getRemindAtFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected