MCPcopy 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
19export function tomorrow() {
20 return add(new Date(), { days: 1 });
21}
22
23export function yesterday() {
24 return sub(new Date(), { days: 1 });

Callers 1

getRemindAtFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected