Skip to main content
Module

x/packup/deps.ts>opn

📦 Zero-config web application packager in Deno
Go to Latest
function opn
import { opn } from "https://deno.land/x/packup@v0.2.2/deps.ts";

Returns a promise for the child process.

Parameters

target: string

The thing you want to open. Can be a URL, file, or executable.

optional
opts: OpnOptions