UNPKG

@unraid/libvirt

Version:

Libvirt bindings for Node.js® - forked from vmngr/libvirt

14 lines 600 B
/** * 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. */ export {}; //# sourceMappingURL=domain-desc.js.map