UNPKG

@vmngr/libvirt

Version:

Libvirt bindings for Node.js®

12 lines (11 loc) 475 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); // Contains actual libvirt bindings and related declarations. __export(require("./bindings")); // Contains helper functions to serialize domain descriptions to XML. __export(require("./domain-xml")); // Contains a builder class to construct domain descriptions. __export(require("./domain-builder"));