var hdf5 = require('hdf5').hdf5;

hdf5.getLibVersion()

  • return ← an string representation of hdf5 lirary version

hdf5.isHDF5(name)

  • name → name of the file. It can be the file path
  • return ← true or false depending if it is in HDF5 format