@elyx-code/project-logic-tree 0.0.6334 → 0.0.6335

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -11549,6 +11549,8 @@ export declare enum PrimitiveTypes {
11549
11549
  Untyped = "untyped"
11550
11550
  }
11551
11551
 
11552
+ export declare function printEntity(entity: ElementGenerationTarget | EntityState, project: ProjectState): string;
11553
+
11552
11554
  export declare const processOutputGlobalValueDescriptorDataType: IDataTypeTransfer;
11553
11555
 
11554
11556
  export declare const processOutputGlobalValueDescriptorReturn: IValueDescriptorTransfer;