the-wireguard-effect
Version:
Cross platform wireguard api client for nodejs built on wireguard-go with effect-ts
37 lines • 794 B
JavaScript
/**
* Wireguard control mechanisms.
*
* @since 1.0.0
*/
import * as internal from "./internal/wireguardControl.js";
/**
* @since 1.0.0
* @category Type ids
*/
export const TypeId = internal.TypeId;
/**
* @since 1.0.0
* @category Tags
*/
export const WireguardControl = internal.WireguardControl;
/**
* @since 1.0.0
* @category Constructors
*/
export const makeBundledWgQuickLayer = internal.makeBundledWgQuickLayer;
/**
* @since 1.0.0
* @category Constructors
*/
export const makeUserspaceLayer = internal.makeUserspaceLayer;
/**
* @since 1.0.0
* @category Layers
*/
export const UserspaceLayer = internal.UserspaceLayer;
/**
* @since 1.0.0
* @category Layers
*/
export const BundledWgQuickLayer = internal.BundledWgQuickLayer;
//# sourceMappingURL=WireguardControl.js.map