createBaseNode< Type extends null | string, Attributes extends TwingBaseNodeAttributes, Children extends TwingBaseNodeChildren,>( type: Type, attributes?: Attributes, children?: Children, line?: number, column?: number, tag?: null | string,): TwingBaseNode<Type, Attributes, Children> Parameters
- type: Type
- attributes: Attributes = ...
- children: Children = ...
- line: number = 0
- column: number = 0
- tag: null | string = null