API reference › @evolu/common › local‑first/Timestamp › sendTimestamp
function sendTimestamp(
deps: TimeDep & TimestampConfigDep,
): (
timestamp: Timestamp,
) => Result<
Timestamp,
| TimestampDriftError
| TimestampCounterOverflowError
| TimestampTimeOutOfRangeError
>;
Defined in: packages/common/src/local-first/Timestamp.ts:212