Assigns pre-generated blank node IDs to tokens that can generate blank nodes. The IDs are stored in the token's payload field as { blankNodeId: string }.
The array of tokens to process.
Optional custom ID generator function. Defaults to generating 'b0', 'b1', etc.
The same array of tokens with blank node IDs assigned.
Assigns pre-generated blank node IDs to tokens that can generate blank nodes. The IDs are stored in the token's payload field as { blankNodeId: string }.