method StorageRepository.prototype.updateLinkimport { StorageRepository } from "https://deno.land/x/dem@0.9.2/repository.ts"; updateLink(moduleProtocol: string,modulePath: string,moduleVersion: string,filePath: string,hasDefaultExport: boolean,): Promise<void>ParametersmoduleProtocol: stringmodulePath: stringmoduleVersion: stringfilePath: stringhasDefaultExport: booleanReturnsPromise<void>