function ensureSymlinkSyncView codeensureSymlinkSync(target: string | URL,linkName: string | URL): voidEnsures that the link exists, and points to a valid file. If the directory structure does not exist, it is created. Parameterstarget: string | URLView codethe source file path linkName: string | URLView codethe destination link path Return TypevoidView code