import { randomPort } from "https://deno.land/x/ayonli_jsext@v0.9.72/http.ts";
Returns a random port number that is available for listening.
NOTE: This function is not available in the browser and worker runtimes such as Cloudflare Workers.
x/ayonli_jsext/http.ts>randomPort
import { randomPort } from "https://deno.land/x/ayonli_jsext@v0.9.72/http.ts";
Returns a random port number that is available for listening.
NOTE: This function is not available in the browser and worker runtimes such as Cloudflare Workers.