API reference › @evolu/common › local‑first/Storage › getTimestampByIndex
function getTimestampByIndex(
deps: SqliteDep,
): (
ownerId: Uint8Array<ArrayBufferLike> &
Brand<"Length16"> &
Brand<"IdBytes"> &
Brand<"OwnerIdBytes">,
index: number & Brand<"Int"> & Brand<"NonNegative">,
) => Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"TimestampBytes">;
Defined in: packages/common/src/local-first/Storage.ts:1493