function opnimport { opn } from "https://deno.land/x/packup@v0.2.3/deps.ts"; opn(target: string, opts?: OpnOptions)Returns a promise for the child process. Parameterstarget: stringThe thing you want to open. Can be a URL, file, or executable. optionalopts: OpnOptions