UNPKG

mock-service-plugin

Version:
7 lines (6 loc) 150 B
interface ServerOptions { path: string; port?: number; } export declare function startServer({ path, port }: ServerOptions): void; export {};