Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpnOptions

import type { OpnOptions } from "https://raw.githubusercontent.com/hashrock/deno-opn/master/opn.ts";
deprecated
@deprecated
  • use OpenOptions instead.
interface OpnOptions {
app?: string[];
wait?: boolean;
}

§Properties

§
app?: string[]
[src]
§
wait?: boolean
[src]