added examples

This commit is contained in:
2026-04-18 21:04:28 +10:00
parent 8e650e94b1
commit da18b7dfe5
12 changed files with 611 additions and 4 deletions

2
dist/index.d.ts vendored
View File

@@ -8,4 +8,6 @@ export { PluginRegistry } from './PluginRegistry.js';
export type { PluginRegistryOptions } from './PluginRegistry.js';
export { createPluginContext } from './PluginContext.js';
export type { PluginContextOptions } from './PluginContext.js';
export { PluginLoader } from './PluginLoader.js';
export type { PluginLoaderOptions } from './PluginLoader.js';
//# sourceMappingURL=index.d.ts.map