mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
feat: init
This commit is contained in:
9
packages/algorithm/src/plugins/index.ts
Normal file
9
packages/algorithm/src/plugins/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Attributes } from '../types/node';
|
||||
import { Plugin } from '../types/plugin';
|
||||
import { transport } from './transport';
|
||||
|
||||
const plugins = {
|
||||
transport,
|
||||
} satisfies Record<string, (...args: any[]) => Plugin<Attributes>>;
|
||||
|
||||
export { plugins };
|
||||
Reference in New Issue
Block a user