Files
smartregistry/ts/index.ts

9 lines
254 B
TypeScript
Raw Normal View History

2025-11-19 15:16:20 +00:00
import * as plugins from './plugins.js';
2025-11-19 15:16:20 +00:00
// Export main classes
export { SmartRegistry } from './classes.smartregistry.js';
export { RegistryStorage } from './classes.registrystorage.js';
// Export interfaces and types
export * from './interfaces.js';