2.1.1 • Published 2 years ago

@hyperone/vhdx v2.1.1

Weekly downloads
5
License
-
Repository
github
Last release
2 years ago

usage

const vhdx = require('@hyperone/vhdx');

const info = await vhdx.info('C:\\disk.vhdx');

{
    type: 'dynamic'     //dynamic || fixed || differencing
  , size: 1073741824    //bytes
  , ...
}

const info = await vhdx.info('http://example.com/test.vhdx');

{
    type: 'dynamic'     //dynamic || fixed || differencing
  , size: 1073741824    //bytes
  , ...
}
2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

6 years ago

1.0.0

6 years ago