Files
Wireguard-tools.js/index.mjs
T
Sirherobrine23 599827e388 back config maneger
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2023-10-09 10:32:33 -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;