nulti registry support
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user