UNPKG

etcher-sdk

Version:
4 lines (3 loc) 197 B
import { Disk } from 'file-disk'; import { Dictionary } from '../../../utils'; export declare function configure(disk: Disk, partition: number | undefined, config: Dictionary<any>): Promise<void>;