Skip to main content
Module

x/netzo/cli/src/utils/mod.ts>parseEntrypoint

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function parseEntrypoint
import { parseEntrypoint } from "https://deno.land/x/netzo@0.5.14/cli/src/utils/mod.ts";

Parses the entrypoint to a URL. Ensures the file exists when the entrypoint is a local file.

Parameters

entrypoint: string
optional
root: string
optional
diagnosticName = [UNSUPPORTED]

Returns

Promise<URL>