Skip to main content
Module

x/aleph/server/deps.ts>UrlDependency

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface UrlDependency
import { type UrlDependency } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Properties

readonly
type: "url"
readonly
url: string

The url of the dependency.

readonly
loc: SourceLocation

The source location where the url() was found.

readonly
placeholder: string

The placeholder that the url was replaced with.