MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / timestamp

Function timestamp

packages/utilities/src/date.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11export function timestamp() {
12 return new Date().getTime();
13}
14
15export function soon() {
16 return add(new Date(), { minutes: 20 });

Callers 5

DesktopNavBarFunction · 0.90
DMsFunction · 0.90
ChannelFunction · 0.90
ChannelFunction · 0.90
ChannelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected