@elyx-code/project-logic-tree 0.0.6416 → 0.0.6418

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
@@ -1814,7 +1814,7 @@ export declare function checkIsGloballyDeclared(entity: ConditionState | Functio
1814
1814
 
1815
1815
  export declare function checkIsGlobalVariable(entity: VariableDeclarationState): boolean;
1816
1816
 
1817
- export declare function checkIsLiteralValueEmpty(value: LiteralValueState): boolean;
1817
+ export declare function checkIsLiteralValueEmpty(value: LiteralValueState | null): boolean;
1818
1818
 
1819
1819
  export declare function checkIsMethod(entity: EntityState): boolean;
1820
1820