fix: add ES module export for SpatialMemory
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 14s
Review Approval Gate / verify-review (pull_request) Failing after 3s

This commit is contained in:
2026-04-10 05:44:37 +00:00
parent b153613352
commit 1ec3da6e30

View File

@@ -373,6 +373,4 @@ const SpatialMemory = (() => {
};
})();
if (typeof module !== 'undefined' && module.exports) {
module.exports = SpatialMemory;
}
export { SpatialMemory };