MCPcopy Create free account
hub / github.com/Hello-Application-XH/HelloGML / timestamp

Function timestamp

src/utils.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export function timestamp(): number {
23 return Date.now();
24}
25
26export function encodeBASE64(str: string): string {
27 const bytes = new TextEncoder().encode(str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected