Files
Wireguard-tools.js/index.mjs
T
2023-10-09 19:51:34 -03:00

3 lines
186 B
JavaScript

import __wg from "./src/index.js";
export const { key, wgQuick, wginterface, constants, deleteInterface, getConfig, listDevices, setConfig } = __wg;
export default __wg["default"]||__wg;