@elyx-code/project-logic-tree 0.0.6805 → 0.0.6806
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.cjs +113 -113
- package/dist/index.d.ts +2 -0
- package/dist/index.js +7994 -7942
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20358,6 +20358,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
20358
20358
|
saltBytes?: Bytes;
|
|
20359
20359
|
}
|
|
20360
20360
|
|
|
20361
|
+
export declare function hasMissingValue(self: EntityWithValueState): boolean;
|
|
20362
|
+
|
|
20361
20363
|
export declare function hexToken(): string;
|
|
20362
20364
|
|
|
20363
20365
|
/** HMAC over data with SHA-256/384/512. */
|