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