IdentNode
Defined in: src/primitive/index.ts:34
Extends
Section titled “Extends”ASTNode<"identifier",TOutputSchema>
Type Parameters
Section titled “Type Parameters”TName extends string = string
TOutputSchema
Section titled “TOutputSchema”TOutputSchema = "unknown"
Properties
Section titled “Properties”node:
"identifier"
Defined in: src/primitive/index.ts:30
Inherited from
Section titled “Inherited from”outputSchema
Section titled “outputSchema”outputSchema:
TOutputSchema
Defined in: src/primitive/index.ts:31
Inherited from
Section titled “Inherited from”name:
TName
Defined in: src/primitive/index.ts:38