UNPKG

@anthropic-ai/sdk

Version:
8 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nowAsSeconds = nowAsSeconds; /** Current time as unix epoch seconds. */ function nowAsSeconds() { return Math.floor(Date.now() / 1000); } //# sourceMappingURL=time.js.map