symlinkSync
symlinkSync(
this,target,path,type?):void
Defined in: src/node/sync.ts:474
Synchronous symlink.
Parameters
Section titled “Parameters”unknown
target
Section titled “target”PathLike
target path
PathLike
link path
Type | null
can be either 'dir' or 'file' (default is 'file')
Returns
Section titled “Returns”void