ts-morph-structures

Home > ts-morph-structures > TypeStructureSet

TypeStructureSet interface

Signature:

export interface TypeStructureSet extends Set<TypeStructures> 

Extends: Set<TypeStructures>

Methods

Method Description
cloneFromTypeStructureSet(other) Replace all the type structures this set managers with those from another set.
replaceFromTypeArray(array) Replace all the types this set manages with those from another array.