mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-08 04:19:20 +00:00
3 lines
148 B
TypeScript
3 lines
148 B
TypeScript
import type { Options, Plugin } from './types';
|
|
export declare function getPlugins<TReq, TRes>(options: Options<TReq, TRes>): Plugin<TReq, TRes>[];
|