UNPKG

wireguard-tools-extended

Version:

The best way to interact with WireGuard from Node

7 lines (6 loc) 221 B
/** * Checks that Wireguard is installed and available in path at 'wg' and returns the version string. * * Will throw on Error if wg is not installed */ export declare const checkWgIsInstalled: () => Promise<string>;