nulti registry support

This commit is contained in:
2025-11-19 15:16:20 +00:00
parent 3cb31872ae
commit 211a74910e
9 changed files with 1655 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
import * as plugins from './smartregistry.plugins.js';
import * as plugins from './plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';
// Export main classes
export { SmartRegistry } from './classes.smartregistry.js';
export { RegistryStorage } from './classes.registrystorage.js';
// Export interfaces and types
export * from './interfaces.js';