This commit is contained in:
2025-11-29 15:24:00 +00:00
commit 9411b5ee49
42 changed files with 14742 additions and 0 deletions

3
ts/adapters/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export { BaseAdapter } from './adapter.base.js';
export type { IAdapterCharacteristics, TRequestHandler } from './adapter.base.js';
export { AdapterFactory } from './adapter.factory.js';