UNPKG
hackpro-sdk
Version:
latest (2.0.17)
2.0.17
Etcher SDK
github.com/balena-io-modules/etcher-sdk
manashathparia/hackpro-sdk
hackpro-sdk
/
typings
/
mountutils
/
index.d.ts
7 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'mountutils'
{
export
function
unmountDisk
(
device
:
string
,
callback
: (error:
any
, result?:
any
) =>
void
,
):
void
; }