UNPKG

fpdf2pic

Version:

A command line tool for converting PDF to images.

7 lines 272 B
import CmdExists from 'command-exists'; import { resolve } from './promise'; export async function commandExists(commandString) { const [commandError] = await resolve(CmdExists(commandString)); return commandError === undefined; } //# sourceMappingURL=index.js.map