Repository
Current version released
4 years ago
Versions
Opener
This module allows you to open the default browser at a specified URL.
Usage
import { open } from "https://deno.land/x/opener/mod.ts";
await open("https://deno.land");
This module allows you to open the default browser at a specified URL.
import { open } from "https://deno.land/x/opener/mod.ts";
await open("https://deno.land");