Home > ts-morph-structures > TypeStructureSet
Signature:
export interface TypeStructureSet extends Set<TypeStructures>
Extends: Set<TypeStructures>
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. |