Skip to the content.

is_installed

Check if a binary is installed.

Usage

Deno 🦕

import { isInstalled } from "https://deno.land/x/is_installed/mod.ts";

await isInstalled("ls"); //=> true
await isInstalled("non-existing-command"); //=> false

Documentation

Is hosted on Deno Doc 📄

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Licence

MIT License 📄