UNPKG

mysql-memory-server

Version:
4 lines (3 loc) 225 B
import Logger from './Logger'; import { BinaryInfo, InternalServerOptions } from '../../types'; export declare function downloadBinary(binaryInfo: BinaryInfo, options: InternalServerOptions, logger: Logger): Promise<string>;