Skip to main content
Module

x/dxpm/deps.ts>isPortAvailable

The advanced package manager built for Deno.
Latest
function isPortAvailable
import { isPortAvailable } from "https://deno.land/x/dxpm@v0.2.7-us/deps.ts";

Checks if a port is available Requires --allow-net flag

Parameters

options: IListenerOptions

Returns

Promise<boolean>