fix: add ES module export for SpatialMemory
This commit is contained in:
@@ -373,6 +373,4 @@ const SpatialMemory = (() => {
|
||||
};
|
||||
})();
|
||||
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
module.exports = SpatialMemory;
|
||||
}
|
||||
export { SpatialMemory };
|
||||
|
||||
Reference in New Issue
Block a user