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