symlink(path, newPath, options?): Promise<void>
Create a symbolic link.
See symlink(2)
Parameters
path
string
Source file path.
newPath
string
Target file path.
options?
SymlinkOptions
Options for specifying the type (Windows only).
Returns
Promise<void>