UNPKG

mock-service-plugin

Version:
8 lines (6 loc) 163 B
interface ServerOptions { mockDir: string; port?: number; } declare function startServer({ mockDir, port }: ServerOptions): void; export { startServer };