Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dem/repository.ts>StorageRepository#addAlias

A module version manager for Deno.
Go to Latest
method StorageRepository.prototype.addAlias
import { StorageRepository } from "https://deno.land/x/dem@0.9.2/repository.ts";

Parameters

moduleProtocol: string
modulePath: string
filePath: string
aliasPath: string
hasDefaultExport: boolean

Returns

Promise<void>