@hyperone/vhdx

2.1.1 • Public • Published

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
  , ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i @hyperone/vhdx

Weekly Downloads

0

Version

2.1.1

License

none

Unpacked Size

13.2 kB

Total Files

8

Last publish

Collaborators

  • frederico.silva