UNPKG

@vmngr/libvirt

Version:

Libvirt bindings for Node.js®

15 lines (14 loc) 627 B
"use strict"; /** * Copyright 2019 Leon Rinkel <leon@rinkel.me> and vmngr/libvirt contributers. * * This file is part of the vmngr/libvirt project and is subject to the MIT * license as in the LICENSE file in the project root. * * @brief Contains interfaces to describe domains, networks, etc. * @description The interfaces aim to be as close as possible to the libvirt XML * schemas, so that people who are already familiar with describing their * domains etc. using XML dont need much further knowledge to do these same * with these interfaces. */ Object.defineProperty(exports, "__esModule", { value: true });