nats-memory-server
Version:
Node.js package for an in-memory NATS server
11 lines • 382 B
TypeScript
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