UNPKG

104 BTypeScriptView Raw
1import { Options } from './types';
2export declare function setupServer(options: Options): Promise<any>;