UNPKG

@vmngr/libvirt

Version:

Libvirt bindings for Node.js®

18 lines (17 loc) 730 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 actual libvirt bindings and related declarations. */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var bindings_1 = __importDefault(require("bindings")); // TODO: Check whether it is possible to not use default in this case. // tslint:disable-next-line:no-default-export exports.default = bindings_1.default("libvirt");