ts-morph-structures

Home > ts-morph-structures > stringWriterOrStatementImpl

stringWriterOrStatementImpl type

Signature:

export type stringWriterOrStatementImpl =
  | stringOrWriterFunction
  | StatementStructureImpls;

References: stringOrWriterFunction, StatementStructureImpls