Check if a binary is installed.
import { isInstalled } from "https://deno.land/x/is_installed/mod.ts";
await isInstalled("ls"); //=> true
await isInstalled("non-existing-command"); //=> false
Is hosted on Deno Doc π
We use Semantic Versioning. For the versions available, see the tags π·οΈ
MIT License π