UNPKG

etcher-sdk

Version:
7 lines (6 loc) 134 B
declare module 'mountutils' { export function unmountDisk( device: string, callback: (error?: Error | null) => void, ): void; }