UNPKG

wireguard-tools.js

Version:

Control your wireguard interface from node.js, not a wireguard-tools wrapper!

12 lines (11 loc) 343 B
import * as key from "./key"; import * as wgQuick from "./quick"; import * as wginterface from "./wginterface"; export * from "./wginterface"; export { key, wgQuick, wginterface }; declare const _default: typeof wginterface & { key: typeof key; wgQuick: typeof wgQuick; wginterface: typeof wginterface; }; export default _default;