ts-morph-structures

Home > ts-morph-structures > TypeStructureSet > cloneFromTypeStructureSet

TypeStructureSet.cloneFromTypeStructureSet() method

Replace all the type structures this set managers with those from another set.

Signature:

cloneFromTypeStructureSet(other: TypeStructureSet): void;

Parameters

Parameter Type Description
other TypeStructureSet the type structure set to copy

Returns:

void