es-membrane

Home > ts-morph-structures > TypeStructureSet

TypeStructureSet interface

Signature:

export interface TypeStructureSet extends Set<TypeStructures> 

Extends: Set<TypeStructures>

Methods

Method Description
[cloneFromTypeStructureSet(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructureset.clonefromtypestructureset.html) Replace all the type structures this set managers with those from another set.
[replaceFromTypeArray(array)](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructureset.replacefromtypearray.html) Replace all the types this set manages with those from another array.