We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6fffd commit ae9d1b2Copy full SHA for ae9d1b2
packages/nodes/docs/typeNodes/SentinelTypeNode.md
@@ -27,7 +27,7 @@ This node can be used to create [`NestedTypeNodes`](./NestedTypeNode.md).
27
28
### `sentinelTypeNode(type, sentinel)`
29
30
-Helper function that creates a `SentinelTypeNode` object from TODO.
+Helper function that creates a `SentinelTypeNode` object from a type node and a constant value node.
31
32
```ts
33
const sentinel = constantValueNode(bytesTypeNode(), bytesValueNode('base16', 'ff'));
0 commit comments