UNPKG

@meat-nuggets/wireguard-tools

Version:

The best way to interact with WireGuard from Node

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