# stampObserved

Canonical: https://docs.shumoku.dev/ja/library/api/stampObserved
Language: ja

@shumoku/core · 0.4.0 · function

# stampObserved

[ソース](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/plugin-kit/stamp.ts#L98)

APIの説明は英語のcanonical sourceを表示しています。

Return a copy of \`node\` stamped with observation provenance, identity, and sync metadata. Never mutates the input (callers build node lists with \`.map(stampObserved…)\`). Existing identity/metadata are preserved and only overlaid with the supplied values.

```
stampObserved(node: Node, options: StampObservedOptions): Node
```

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `node` | `Node` | 追加説明はありません。 | `—` |
| `options` | `StampObservedOptions` | 追加説明はありません。 | `—` |

## 戻り値

```
Node
```

[`libs/@shumoku/core/src/plugin-kit/stamp.ts:98`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/plugin-kit/stamp.ts#L98)
