UNPKG

@anthropic-ai/sdk

Version:
5 lines 153 B
/** Current time as unix epoch seconds. */ export function nowAsSeconds() { return Math.floor(Date.now() / 1000); } //# sourceMappingURL=time.mjs.map