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 📄