[**graphtransliterator-ts**](../README.md) *** [graphtransliterator-ts](../README.md) / getNode # Function: getNode() > **getNode**\<`T`, `N`, `E`\>(`graph`, `id`): [`Node`](../interfaces/Node.md)\<`T`, `N`\> Defined in: [Graphs.ts:131](https://github.com/seanpue/graphtransliterator/blob/83f4eb8e6b7957664bb77a2ded02cf6a46ce9fff/packages/graphtransliterator-ts/src/Graphs.ts#L131) Grabs the precise node reference corresponding to an explicit identifier. ## Type Parameters ### T `T` ### N `N` ### E `E` ## Parameters ### graph [`DirectedGraph`](../interfaces/DirectedGraph.md)\<`T`, `N`, `E`\> ### id `number` ## Returns [`Node`](../interfaces/Node.md)\<`T`, `N`\>