mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-09 12:27:48 +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;
|