API reference › @evolu/common › local‑first/Timestamp › nodeIdToNodeIdBytes
function nodeIdToNodeIdBytes(
nodeId: string & Brand<"NodeId">,
): Uint8Array<ArrayBufferLike> & Brand<"Length8"> & Brand<"NodeIdBytes">;
Defined in: packages/common/src/local-first/Timestamp.ts:357
Converts NodeId to NodeIdBytes.