UNPKG

wireguard-tools

Version:

The best way to interact with WireGuard from Node

3 lines (2 loc) 128 B
/** Make sure a directory exists on the file system */ export declare const makeSureDirExists: (path: string) => Promise<void>;