ts-morph-structures

Home > ts-morph-structures > WriterTypeStructureImpl

WriterTypeStructureImpl class

Wrappers for writer functions from external sources. Leaf nodes.

Signature:

export default class WriterTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Writer> 

Extends: TypeStructuresBase<TypeStructureKind.Writer>

Constructors

Constructor Modifiers Description
(constructor)(writer)   Constructs a new instance of the WriterTypeStructureImpl class

Properties

Property Modifiers Type Description
kind readonly (not declared)  
writerFunction readonly WriterFunction  

Methods

Method Modifiers Description
clone(other) static