[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Timestamp](https://evolu.dev/docs/api-reference/common/local-first/Timestamp) › nodeIdBytesToNodeId

```ts
function nodeIdBytesToNodeId(
  nodeIdBytes: Uint8Array<ArrayBufferLike> &
    Brand<"Length8"> &
    Brand<"NodeIdBytes">,
): string & Brand<"NodeId">;
```

Defined in: [packages/common/src/local-first/Timestamp.ts:361](https://github.com/evoluhq/evolu/blob/ecbac001e0c18bbc45b44715f49ecc3a768c5ec9/packages/common/src/local-first/Timestamp.ts#L361)

Converts [NodeIdBytes](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/NodeIdBytes) to [NodeId](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/NodeId).