UNPKG

nats-memory-server

Version:
11 lines 382 B
export declare function readFile(filePath: string): any; export interface NatsMemoryServerConfig { download: boolean; downloadDir: string; version: string; buildFromSource: boolean; binPath: string; downloadUrl?: string; } export declare function getProjectConfig(projectPath: string): NatsMemoryServerConfig; //# sourceMappingURL=get-project-config.d.ts.map